Skip to content

Commit 1082fa0

Browse files
committed
Don't ignore workflow only edits when running workflows
1 parent e7d6c14 commit 1082fa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
1111
- '**/*.md'
1212
- '.editorconfig'
1313
- '.git*'
14-
- '.github/*.yml'
1514
pull_request:
1615
paths-ignore:
1716
- '**/*.md'
1817
- '.editorconfig'
1918
- '.git*'
20-
- '.github/*.yml'
2119

2220
defaults:
2321
run:

0 commit comments

Comments
 (0)