Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bopm committed Jan 18, 2024
1 parent 421218e commit 69a193d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Ruby Gem
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_material/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboMaterial
VERSION = "0.1.1"
VERSION = "0.1.3"
end

0 comments on commit 69a193d

Please sign in to comment.