Skip to content

Commit

Permalink
Add branch filter to 'create release' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgeary committed Dec 12, 2024
1 parent a42496c commit f5e8add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Create Release

on:
push:
branches:
- main
tags:
- 'build#*.*.*'

Expand Down

0 comments on commit f5e8add

Please sign in to comment.