ci: simplify syntax for "on:"

ci: add "workflow_dispatch" in "on" for "main" branch
This commit is contained in:
Paul Razvan Berg
2023-01-26 13:33:39 +02:00
parent 479ef4fbdc
commit 92c82710c1

View File

@@ -8,9 +8,8 @@ env:
MNEMONIC: ${{ secrets.MNEMONIC }}
on:
workflow_dispatch:
pull_request:
branches:
- "main"
push:
branches:
- "main"