Skip to content

Commit

Permalink
trigger build workflow on tag pushes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianhentschelbbc authored Jan 28, 2025
1 parent b5dcf65 commit 6d90b72
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[0-9]+.[0-9]+.[0-9]+'
jobs:
build_and_release:
runs-on: macos-14
Expand Down

0 comments on commit 6d90b72

Please sign in to comment.