Skip to content

Commit

Permalink
Merge pull request #4 from kurosakishigure/bugfix/ci
Browse files Browse the repository at this point in the history
fix: on.push.tags is not being triggered
  • Loading branch information
kurosakishigure authored Dec 4, 2024
2 parents e0da8c2 + 8f9d10f commit 74a4151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+(-canary.[0-9]+)?' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+', 'v[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+' ]
pull_request:
branches: [ 'canary' ]

Expand Down

0 comments on commit 74a4151

Please sign in to comment.