fixed multiple trigger events syntax

This commit is contained in:
wyatt-avilla 2023-11-05 21:23:02 -08:00
parent 644ef12886
commit 2aedaed37e

View File

@ -1,8 +1,6 @@
name: Test all Patches name: Test all Patches
run-name: Test all Patches due to a ${{ github.event_name }} from @${{ github.actor }} run-name: Test all Patches due to a ${{ github.event_name }} from @${{ github.actor }}
on: on: [push, gollum] # on push or wiki edit
push:
gollum: # on wiki edit
jobs: jobs:
start-action: start-action:
runs-on: ubuntu-latest runs-on: ubuntu-latest