We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2d43d commit cadb9b9Copy full SHA for cadb9b9
.github/workflows/ruby.yml
@@ -10,6 +10,7 @@ name: Ruby
10
on:
11
push:
12
branches: [ main ]
13
+ tags: [ 'v[0-9]*' ]
14
pull_request:
15
16
0 commit comments