Skip to content

Commit

Permalink
Only publish gems when version has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-brough committed Jul 12, 2024
1 parent c0414b9 commit 4516c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-gh-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "master"
paths:
- "lib/ruby_snowflake/version.rb"
jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "master"
paths:
- "lib/ruby_snowflake/version.rb"
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4516c0b

Please sign in to comment.