Skip to content

Commit

Permalink
corrected the github actions file to ignore **.md-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MysterAitch committed Nov 7, 2020
1 parent 9209393 commit 94c9779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:
- master
paths-ignore:
- '**.md'
- '**.yml'

# Trigger the workflow on any pull_request (ignoring .md only changes)
pull_request:
paths-ignore:
- '**.yml'
- '**.md'

jobs:
maven_test:
Expand Down

0 comments on commit 94c9779

Please sign in to comment.