Skip to content

Commit

Permalink
Merge pull request #3033 from benjeffery/fix-release
Browse files Browse the repository at this point in the history
Run release actions on tag push
  • Loading branch information
benjeffery authored Oct 16, 2024
2 parents 0c88cce + 95e15a6 commit 8342e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
push:
branches: [main, test]
tags: ['*']

jobs:
build:
Expand Down

0 comments on commit 8342e74

Please sign in to comment.