Skip to content

Commit

Permalink
Exclude action and readme changes from trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerfred committed Dec 2, 2020
1 parent e415b2f commit e79567c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Check PR
on:
pull_request:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'

jobs:
lint:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Apply semver tag
on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'

jobs:
build:
Expand Down

0 comments on commit e79567c

Please sign in to comment.