Skip to content

Commit

Permalink
Only run distribution workflow on releases (#140)
Browse files Browse the repository at this point in the history
* Only test distribution on pushes to main or releases

* Disable on pushes to main
  • Loading branch information
maxrjones authored Jun 13, 2024
1 parent 87221ea commit 61891d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
release:
types:
- published
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 61891d3

Please sign in to comment.