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