Skip to content

Commit 3eaa68b

Browse files
committed
Prevented tests and builds running when markdown files are changed.
1 parent 04b0473 commit 3eaa68b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- 'include/**/*'
9+
- '!**/*.md'
910
workflow_dispatch:
1011

1112
concurrency:

.github/workflows/test.workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'tests/**/*'
1010
- 'RhythmGameUtilities/**/*'
1111
- 'RhythmGameUtilities.Tests/**/*'
12+
- '!**/*.md'
1213
pull_request:
1314
types: [opened, synchronize, reopened, ready_for_review]
1415
branches:
@@ -18,6 +19,7 @@ on:
1819
- 'tests/**/*'
1920
- 'RhythmGameUtilities/**/*'
2021
- 'RhythmGameUtilities.Tests/**/*'
22+
- '!**/*.md'
2123
workflow_dispatch:
2224

2325
jobs:

0 commit comments

Comments
 (0)