aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-23 21:27:59 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-03 16:32:35 -0300
commit5871b08a41d1479c3519fca5c4d630e3c8169184 (patch)
tree415f8cbade060165d612da86c7254d617f59f89a /.github/workflows/codeql-analysis.yml
parentci: allow endpoints used in tests (diff)
downloadfirejail-5871b08a4.tar.gz
firejail-5871b08a4.tar.zst
firejail-5871b08a4.zip
ci: run for every branch instead of just master
Having CI always run on WIP branches without having to open a PR beforehand makes it easier to debug CI issues. GitHub currently does not have any apparent limit for CI runs and there are no project-specific secrets as far as I know, so it should be safe to remove these restrictions.
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4da2ecd3d..1f74f01a6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,7 +7,6 @@ name: "CodeQL"
7 7
8on: 8on:
9 push: 9 push:
10 branches: [ master ]
11 paths-ignore: 10 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*' 11 - '.github/ISSUE_TEMPLATE/*'
13 - 'contrib/syntax/**' 12 - 'contrib/syntax/**'
@@ -30,8 +29,6 @@ on:
30 - SECURITY.md 29 - SECURITY.md
31 - src/firecfg/firecfg.config 30 - src/firecfg/firecfg.config
32 pull_request: 31 pull_request:
33 # The branches below must be a subset of the branches above
34 branches: [ master ]
35 paths-ignore: 32 paths-ignore:
36 - '.github/ISSUE_TEMPLATE/*' 33 - '.github/ISSUE_TEMPLATE/*'
37 - 'contrib/syntax/**' 34 - 'contrib/syntax/**'