Skip to content

Commit

Permalink
updating paths for the validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nrminor committed May 15, 2024
1 parent 82be68c commit eb9dd7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- DETECTION_RESULTS.tsv
- normalize.yml

jobs:
normalize-data:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ on:
pull_request:
branches:
- main
paths:
- DETECTION_RESULTS.tsv
- validate.yml
push:
branches:
- main
- proposals
paths:
- DETECTION_RESULTS.tsv
- validate.yml

jobs:
build-and-test:
Expand Down

0 comments on commit eb9dd7d

Please sign in to comment.