Skip to content

Commit

Permalink
fix: github workflow release on main only (with semver tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 28, 2023
1 parent a174daf commit e4ca41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_release_and_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release CI
on:
push:
branch:
- 'main'
tags:
- 'v*.*.*'
jobs:
Expand Down

0 comments on commit e4ca41d

Please # to comment.