Skip to content

Commit

Permalink
Add more files to path-based workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Feb 21, 2024
1 parent 0070367 commit 6227414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Check Task View
on:
push:
paths:
- '.github/workflows/check.yaml'
- 'ci/**'
- 'ReproducibleResearch.md'
pull_request:
paths:
- '.github/workflows/check.yaml'
- 'ci/**'
- 'ReproducibleResearch.md'
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 6227414

Please sign in to comment.