aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml4
1 files changed, 2 insertions, 2 deletions
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