Skip to content

Commit 6c3c8c1

Browse files
committed
init project
1 parent 320d0bf commit 6c3c8c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: CI Pipeline
1+
name: Tiny URL CI Pipeline
22

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