Skip to content

Commit 7f51900

Browse files
authored
Merge pull request #22 from appfolio/pim_scope_release_paths
ci: scope release workflow to gem-shipped files via paths filter
2 parents 5d30158 + ff842ff commit 7f51900

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77
- master
8+
paths:
9+
- 'lib/**'
10+
- 'ext/**'
11+
- 'ae_fast_decimal_formatter.gemspec'
12+
- 'LICENSE.txt'
813

914
permissions:
1015
contents: write

release-please-config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
11-
"prerelease": false,
12-
"include-paths": [
13-
"lib/",
14-
"ext/",
15-
"ae_fast_decimal_formatter.gemspec",
16-
"LICENSE.txt"
17-
]
11+
"prerelease": false
1812
}
1913
},
2014
"changelog-sections": [

0 commit comments

Comments
 (0)