Skip to content

Commit

Permalink
Merge pull request #123 from jepler/fix-actions-paths
Browse files Browse the repository at this point in the history
github actions: Fix paths directives
  • Loading branch information
v923z authored Jun 1, 2020
2 parents 0394801 + d3b9096 commit 4a3c12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
pull_request:
paths:
- 'code/'
- 'tests/'
- '.github/workflows/'
- 'code/**'
- 'tests/**'
- '.github/workflows/**'
release:
types: [published]
check_suite:
Expand Down

0 comments on commit 4a3c12e

Please sign in to comment.