mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
update(ci): add workflow_dispatch
to be able to manually trigger ci.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
fbc7ede75a
commit
a7ebfbf137
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-minimal:
|
||||
|
Loading…
Reference in New Issue
Block a user