mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 10:44:27 +00:00
update(ci): enable gh actions jobs on 'maintainers/*' branches
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -3,7 +3,9 @@ on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
- 'maintainers/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -172,4 +174,4 @@ jobs:
|
||||
run: /usr/bin/entrypoint tests
|
||||
|
||||
- name: Build packages
|
||||
run: /usr/bin/entrypoint package
|
||||
run: /usr/bin/entrypoint package
|
||||
|
||||
Reference in New Issue
Block a user