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 320d0bf commit 6c3c8c1Copy full SHA for 6c3c8c1
.github/workflows/ci.yml
@@ -1,14 +1,14 @@
1
-name: CI Pipeline
+name: Tiny URL CI Pipeline
2
3
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