Skip to content

Commit

Permalink
Merge pull request #14 from takonomura/fix-workflow
Browse files Browse the repository at this point in the history
Fix workflow condition for releasing
  • Loading branch information
takonomura authored Mar 5, 2023
2 parents c3129e2 + 9d015ae commit 7b6e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches: [master]
tags:
tags: ['v*']
pull_request:

jobs:
Expand Down

0 comments on commit 7b6e1b6

Please sign in to comment.