Skip to content

Commit

Permalink
Run the build workflow on tag push (#520)
Browse files Browse the repository at this point in the history
We need this to be able to create a release.
  • Loading branch information
andrew-farries authored Dec 10, 2024
1 parent 7655f53 commit 12acbde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 12acbde

Please sign in to comment.