We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf59e5 commit b550fbbCopy full SHA for b550fbb
.github/workflows/gem-push.yml
@@ -1,10 +1,14 @@
1
name: Ruby Gem
2
3
on:
4
- push:
5
- branches: [ "main" ]
6
- pull_request:
7
+ push:
+ branches: [ "main" ]
+ paths:
+ - 'lib/tindie_api/version.rb'
8
+ pull_request:
9
10
11
12
13
jobs:
14
build:
lib/tindie_api/version.rb
@@ -1,3 +1,3 @@
module TindieApi
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments