Skip to content

Commit

Permalink
Update workflow trigger events. (#617)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
linlin-s and tgregg authored Oct 18, 2023
1 parent e92b644 commit f3cf42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Ion Java performance regression detector
on:
pull_request:
paths:
- 'src/*'
- 'src/**'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ion-test-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ion-test-driver
on:
pull_request:
paths:
- 'src/*'
- 'src/**'

permissions:
contents: read
Expand Down

0 comments on commit f3cf42b

Please sign in to comment.