Skip to content

Commit 57d7144

Browse files
committed
Review pipeline
1 parent d13df32 commit 57d7144

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name: Tiny URL CI Pipeline
33
on:
44
push:
55
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
6+
- '**'
127
pull_request:
138
branches:
149
- main

0 commit comments

Comments
 (0)