We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0dac66 + d24d0f6 commit efa2dc0Copy full SHA for efa2dc0
1 file changed
.github/workflows/gem.yml
@@ -1,10 +1,8 @@
1
name: Publish and Release Gem
2
on:
3
push:
4
- branches:
5
- - main
6
- paths:
7
- - "VERSION"
+ branches: [ $default-branch ]
+ paths: [ "VERSION" ]
8
workflow_dispatch:
9
10
jobs:
0 commit comments