We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b87f8 commit 95c7f35Copy full SHA for 95c7f35
.github/workflows/check.yaml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches:
11
- master
12
- - 'feat/decouple'
+ - 'fix/*'
13
tags-ignore:
14
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
15
.github/workflows/pre_release.yaml
@@ -5,7 +5,7 @@ on:
5
6
7
8
+ - 'feat*'
0 commit comments