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 8973ff7 commit 320d0bfCopy full SHA for 320d0bf
.github/workflows/ci.yml
@@ -4,11 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
- - "feature/**" # Trigger workflow for feature branches
8
- - "feat/**" # Trigger workflow for feature branches
9
- - "doc/**" # Trigger workflow for feature branches
10
- - "chore/**" # Trigger workflow for feature branches
11
- - "fix/**" # Trigger workflow for feature branches
+ - feature/** # Trigger workflow for feature branches
+ - feat/** # Trigger workflow for feature branches
+ - doc/** # Trigger workflow for feature branches
+ - chore/** # Trigger workflow for feature branches
+ - fix/** # Trigger workflow for feature branches
12
pull_request:
13
14
0 commit comments