aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-30 16:24:01 +0000
committerLibravatar GitHub <noreply@github.com>2023-08-30 16:24:01 +0000
commitc82a526aba5a593de64a99bca39c04f011fb6f3f (patch)
tree4851dfee6d90dad2ae443c19d928d11e2d77d729 /.github/workflows/codespell.yml
parentMerge pull request #5976 from topimiettinen/fix-5965 (diff)
parentci: fix dependabot duplicated workflow runs (diff)
downloadfirejail-c82a526aba5a593de64a99bca39c04f011fb6f3f.tar.gz
firejail-c82a526aba5a593de64a99bca39c04f011fb6f3f.tar.zst
firejail-c82a526aba5a593de64a99bca39c04f011fb6f3f.zip
Merge pull request #5984 from kmk3/ci-fix-dependabot-dup
ci: fix dependabot duplicated workflow runs
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 8cbe32328..b5d2b505d 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -4,6 +4,8 @@ name: Codespell
4 4
5on: 5on:
6 push: 6 push:
7 branches-ignore:
8 - 'dependabot/**'
7 paths-ignore: 9 paths-ignore:
8 - 'm4/**' 10 - 'm4/**'
9 - COPYING 11 - COPYING