Skip to content

Commit

Permalink
Skip CI when modifying only README or CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dorny committed Feb 20, 2021
1 parent febe833 commit a339507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build"
on:
push:
paths-ignore: [ '*.md' ]
branches:
- master

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request-verification.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Pull Request Verification"
on:
pull_request:
paths-ignore: [ '*.md' ]
branches:
- master
- develop
Expand Down

0 comments on commit a339507

Please sign in to comment.