mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +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]
|
branches: [master]
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-minimal:
|
build-minimal:
|
||||||
|
Loading…
Reference in New Issue
Block a user