Skip to content

Commit 6475c65

Browse files
authored
Stop running actions for md changes.
1 parent e33bf03 commit 6475c65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Run Tests
2-
on: push
2+
on:
3+
push:
4+
paths-ignore:
5+
- '**.md'
6+
- '**.yml'
37
jobs:
48
run_tests:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)