Skip to content

Commit 153c46b

Browse files
committed
the action ignores the .github folder
1 parent 2d65841 commit 153c46b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
paths-ignore:
7+
- '.github/**'
78
- 'docs/**'
89
- '*.md'
910
- 'LICENSE'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags: [ '*' ]
66
paths-ignore:
7+
- '.github/**'
78
- 'docs/**'
89
- '*.md'
910
- 'LICENSE'

0 commit comments

Comments
 (0)