aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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/build.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/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c6bb3b67c..aea5c2633 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,6 @@ name: Build CI
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ]
6 paths-ignore: 5 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*' 6 - '.github/ISSUE_TEMPLATE/*'
8 - .git-blame-ignore-revs 7 - .git-blame-ignore-revs
@@ -20,7 +19,6 @@ on:
20 - RELNOTES 19 - RELNOTES
21 - SECURITY.md 20 - SECURITY.md
22 pull_request: 21 pull_request:
23 branches: [ master ]
24 paths-ignore: 22 paths-ignore:
25 - '.github/ISSUE_TEMPLATE/*' 23 - '.github/ISSUE_TEMPLATE/*'
26 - .git-blame-ignore-revs 24 - .git-blame-ignore-revs