Skip to content

Commit 117de60

Browse files
committed
Enable all workflows regardless of files
Otherwise PR gates get stuck on documentation changes.
1 parent bd1b8aa commit 117de60

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/codeql-analysis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ main ]
9-
paths-ignore: [ '**/*.md' ]
109
schedule:
1110
- cron: '35 13 * * 4'
1211

.github/workflows/emacs-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ main ]
9-
paths-ignore: [ '**/*.md' ]
109
merge_group:
1110
types: [ checks_requested ]
1211

.github/workflows/vim-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ main ]
9-
paths-ignore: [ '**/*.md' ]
109
merge_group:
1110
types: [ checks_requested ]
1211

0 commit comments

Comments
 (0)