Skip to content

Commit 315016b

Browse files
committed
ci: fix workflow triggers
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 004b462 commit 315016b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Ruby
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "master", "next" ]
6+
tags: [ "v*" ]
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)