Skip to content

Commit 320d0bf

Browse files
committed
init project
1 parent 8973ff7 commit 320d0bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- 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
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
1212
pull_request:
1313
branches:
1414
- main

0 commit comments

Comments
 (0)