diff options
| author | John MacFarlane <[email protected]> | 2023-07-12 08:20:10 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-12 08:23:50 -0700 |
| commit | 21b51d214d10062fd3f128814832beb12d11e804 (patch) | |
| tree | d478b4a815190dd70b1701e6150fb13594cd9710 /.github | |
| parent | a31cb2ab62b11cb90e91243911f1f31521ead94a (diff) | |
CI: don't trigger ci on changes to cirrus config.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
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' |
