From 2aedaed37eaf26c7947bc5f2fe538d2c072ca326 Mon Sep 17 00:00:00 2001 From: wyatt-avilla Date: Sun, 5 Nov 2023 21:23:02 -0800 Subject: [PATCH] fixed multiple trigger events syntax --- .github/workflows/test-all-patches-action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 9e76de3..4ffacbc 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -1,8 +1,6 @@ name: Test all Patches run-name: Test all Patches due to a ${{ github.event_name }} from @${{ github.actor }} -on: - push: - gollum: # on wiki edit +on: [push, gollum] # on push or wiki edit jobs: start-action: runs-on: ubuntu-latest