Skip to content

Commit

Permalink
tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Aug 7, 2023
1 parent c5f8a9c commit 84f9290
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
cargo pgrx test ${pg_version}
publish:
# only publish off main branch
if: github.ref == 'refs/heads/main'
# only publish on tagged release events
# if: github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/')
name: trunk publish
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 84f9290

Please sign in to comment.