Skip to content

Commit

Permalink
Update publish.yaml (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Sep 24, 2024
1 parent 19cd248 commit 6538aca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ name: Publish
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]

jobs:
publish:
Expand Down

0 comments on commit 6538aca

Please sign in to comment.