Skip to content

Commit

Permalink
Do not post test reports on pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed May 15, 2024
1 parent 90ead68 commit 476c611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: ["Build NAV and run full test suite"]
types:
- completed
branches-ignore: ["master"] # Do not run on pushes to master

jobs:
publish-test-results:
Expand Down

0 comments on commit 476c611

Please sign in to comment.