Skip to content

Commit

Permalink
chore: trying to fix release.yml (#9)
Browse files Browse the repository at this point in the history
makes release.yml run on all pushes to main instead of just published pushes.
  • Loading branch information
mdtanker committed Nov 22, 2023
1 parent aa8760a commit 5554585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
push:
branches:
- main
release:
types:
- published
# release:
# types:
# - published

permissions:
contents: read
Expand Down

0 comments on commit 5554585

Please sign in to comment.