Skip to content

Commit

Permalink
Always trigger on PR but not on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 12, 2023
1 parent 09809e6 commit ba5dd8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:
push:
branches: [main, master]
paths:
- 'inst/**'
pull_request:
branches: [main, master]
paths:
- 'inst/**'

name: test reports

Expand Down

0 comments on commit ba5dd8b

Please sign in to comment.