Skip to content

Commit

Permalink
Skip CI builds (GHA, Appveyor) on README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Dec 28, 2024
1 parent 14db964 commit 1bf6970
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ branches:
- /fix\/.*/
- /pr\/.*/

skip_commits:
files:
- LICENSE
- meta/*
- README.md

matrix:
fast_finish: false
# Adding MAYFAIL to any matrix job allows it to fail but the build stays green:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
- feature/**
- fix/**
- pr/**
paths-ignore:
- LICENSE
- meta/**
- README.md

concurrency:
group: ${{format('{0}:{1}', github.repository, github.ref)}}
Expand Down

0 comments on commit 1bf6970

Please sign in to comment.