From d5976bdcaed8c77e85c8d2ae61fec01c3e4113c1 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Tue, 5 Apr 2022 20:37:39 +0900 Subject: [PATCH] Update cooker.yml --- .github/workflows/cooker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 4d05e95d..f5d6ee31 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -6,9 +6,9 @@ name: Cooker on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ '*' ] + branches: [ integrated ] pull_request: - branches: [ '*' ] + branches: [ integrated ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: