aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-ci.yml
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2025-01-01 21:41:17 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-01-01 23:03:43 +0100
commite8bf8ad2e33c15e7da72842639c5ddade6dcf546 (patch)
tree7f2f8b737dc79cc45a934890cfb2abcf0e2efe3f /.github/workflows/pr-ci.yml
parent358761fe3541eaade23fb3c20dcbd11ab46ef3de (diff)
downloadlibfuse-e8bf8ad2e33c15e7da72842639c5ddade6dcf546.tar.gz
Run github workflow actions on release branches
Running on the 'master' is not enough, actions also need to run on release branches. Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to '.github/workflows/pr-ci.yml')
-rw-r--r--.github/workflows/pr-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index 54d30ac..bec6166 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -4,9 +4,11 @@ on:
push:
branches:
- master
+ - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
+ - '[0-9]+.[0-9]+'
permissions:
contents: read