We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b6513 commit 8cefdedCopy full SHA for 8cefded
1 file changed
.github/workflows/call-ci-semantic-release-sync.yml
@@ -1,3 +1,19 @@
1
+on:
2
+ workflow_dispatch:
3
+ push:
4
+ branches:
5
+ - main
6
+ - stage
7
+ - feature/**
8
+ - bugfix/**
9
+ - fix/**
10
+ - hotfix/**
11
+ - release/**
12
+ - dependabot/**
13
+ - renovate/**
14
+ - chore/**
15
+ - test/**
16
+
17
jobs:
18
call-ci-release-sync:
19
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
0 commit comments