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 d13df32 commit 57d7144Copy full SHA for 57d7144
.github/workflows/ci.yml
@@ -3,12 +3,7 @@ name: Tiny URL CI Pipeline
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
+ - '**'
12
pull_request:
13
14
- main
0 commit comments