Skip to content

Commit

Permalink
Change branch to build from, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-gerke committed Nov 25, 2024
1 parent 64c12e6 commit 020c966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Ruby Gem

on:
push:
branches: [ "fvr-247" ]
branches: [ "powerhrg" ]
paths:
- "lib/krane/version.rb"
pull_request:
branches: [ "fvr-247" ]
branches: [ "powerhrg" ]
paths:
- "lib/krane/version.rb"

Expand Down
2 changes: 1 addition & 1 deletion lib/krane/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Krane
VERSION = "3.4.2-powerhrg-3"
VERSION = "3.4.2-powerhrg-4"
end

0 comments on commit 020c966

Please sign in to comment.