We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c14850 commit 4580cd5Copy full SHA for 4580cd5
.github/workflows/release-rubygem.yml
@@ -1,6 +1,9 @@
1
name: "Release RubyGem"
2
on:
3
workflow_dispatch:
4
+ push:
5
+ branches:
6
+ - support-ruby-4.0
7
jobs:
8
build:
9
name: Build compile gems
0 commit comments