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 }}
|
MNEMONIC: ${{ secrets.MNEMONIC }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- "main"
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|
Loading…
Reference in New Issue