aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-07-12 08:20:10 -0700
committerJohn MacFarlane <[email protected]>2023-07-12 08:23:50 -0700
commit21b51d214d10062fd3f128814832beb12d11e804 (patch)
treed478b4a815190dd70b1701e6150fb13594cd9710 /.github
parenta31cb2ab62b11cb90e91243911f1f31521ead94a (diff)
CI: don't trigger ci on changes to cirrus config.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ef3992139..623867b49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
- 'doc/*.md'
- 'MANUAL.txt'
- '*.md'
+ - '.cirrus.yml'
- 'RELEASE_CHECKLIST'
- 'BUGS'
- 'README.template'