mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
ci: simplify syntax for "on:"
ci: add "workflow_dispatch" in "on" for "main" branch
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -8,9 +8,8 @@ env:
|
||||
MNEMONIC: ${{ secrets.MNEMONIC }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
Reference in New Issue
Block a user