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
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 2 deletions

View File

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