ci: simplify syntax for "on:"
ci: add "workflow_dispatch" in "on" for "main" branch
This commit is contained in:
parent
479ef4fbdc
commit
92c82710c1
|
@ -8,9 +8,8 @@ env:
|
|||
MNEMONIC: ${{ secrets.MNEMONIC }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
Loading…
Reference in New Issue