diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index e1d35780..d45ac3b9 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -6,9 +6,11 @@ name: Cooker on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ integrated ] + branches: + - integrated pull_request: - branches: [ integrated ] + branches: + - integrated # Allows you to run this workflow manually from the Actions tab workflow_dispatch: