mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-28 18:44:17 +00:00
fixed multiple trigger events syntax
This commit is contained in:
parent
644ef12886
commit
2aedaed37e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user