aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/abicheck.yml4
-rw-r--r--.github/workflows/checkpatch.yml8
-rw-r--r--.github/workflows/codeql.yml4
-rw-r--r--.github/workflows/codespell.yml4
-rw-r--r--.github/workflows/pr-ci.yml4
5 files changed, 15 insertions, 9 deletions
diff --git a/.github/workflows/abicheck.yml b/.github/workflows/abicheck.yml
index 526fb42..10a8e6d 100644
--- a/.github/workflows/abicheck.yml
+++ b/.github/workflows/abicheck.yml
@@ -5,11 +5,11 @@ on:
push:
branches:
- master
- - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
+ - 'fuse-[0-9]+.[0-9]+*' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- - '[0-9]+.[0-9]+'
+ - 'fuse-[0-9]+.[0-9]+*'
permissions:
contents: read
diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml
index 1adada4..622542c 100644
--- a/.github/workflows/checkpatch.yml
+++ b/.github/workflows/checkpatch.yml
@@ -1,8 +1,14 @@
name: Checkpatch
on:
+ push:
+ branches:
+ - master
pull_request:
- types: [opened, synchronize, reopened]
+ branches:
+ - master
+permissions:
+ contents: read
jobs:
checkpatch:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index cefd1fc..474f2c8 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -15,11 +15,11 @@ on:
push:
branches:
- master
- - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
+ - 'fuse-[0-9]+.[0-9]+*' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- - '[0-9]+.[0-9]+'
+ - 'fuse-[0-9]+.[0-9]+*'
jobs:
analyze:
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 3b771c1..184fbcf 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -5,11 +5,11 @@ on:
push:
branches:
- master
- - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
+ - 'fuse-[0-9]+.[0-9]+*' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- - '[0-9]+.[0-9]+'
+ - 'fuse-[0-9]+.[0-9]+*'
permissions:
contents: read
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index ccaaf72..4bb7f66 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -4,11 +4,11 @@ on:
push:
branches:
- master
- - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
+ - 'fuse-[0-9]+.[0-9]+*' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- - '[0-9]+.[0-9]+'
+ - 'fuse-[0-9]+.[0-9]+*'
permissions:
contents: read