Skip to content

Commit b550fbb

Browse files
committed
only to changes to version.rb
1 parent 4bf59e5 commit b550fbb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/gem-push.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Ruby Gem
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
push:
5+
branches: [ "main" ]
6+
paths:
7+
- 'lib/tindie_api/version.rb'
8+
pull_request:
9+
branches: [ "main" ]
10+
paths:
11+
- 'lib/tindie_api/version.rb'
812

913
jobs:
1014
build:

lib/tindie_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TindieApi
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)