Skip to content

Commit 983e6f1

Browse files
authored
Merge pull request #44 from CycloneDX/ci/fix-workflow-triggers
ci: fix workflow triggers
2 parents 004b462 + 315016b commit 983e6f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)