Skip to content

Commit

Permalink
Merge pull request #45 from nowsprinting/chore/fix-workflow
Browse files Browse the repository at this point in the history
Fix update-major.yml workflow only run on push.tags
  • Loading branch information
nowsprinting authored Feb 4, 2024
2 parents 096e513 + fdef621 commit 8aec0dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- 'v*'
release:
types: [ published ]

jobs:
update-major:
Expand Down

0 comments on commit 8aec0dd

Please sign in to comment.