Skip to content

Commit cadb9b9

Browse files
committed
CI: Run ruby workflow also on tag creation
1 parent 2d2d43d commit cadb9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name: Ruby
1010
on:
1111
push:
1212
branches: [ main ]
13+
tags: [ 'v[0-9]*' ]
1314
pull_request:
1415
branches: [ main ]
1516

0 commit comments

Comments
 (0)