We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dac66 commit d24d0f6Copy full SHA for d24d0f6
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