Skip to content

Commit

Permalink
the action ignores the .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 15, 2020
1 parent 2d65841 commit 153c46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master ]
paths-ignore:
- '.github/**'
- 'docs/**'
- '*.md'
- 'LICENSE'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags: [ '*' ]
paths-ignore:
- '.github/**'
- 'docs/**'
- '*.md'
- 'LICENSE'
Expand Down

0 comments on commit 153c46b

Please sign in to comment.