Skip to content

Commit b725aa2

Browse files
committed
TT-513: Triggering pipeline in all branches. WIP
1 parent 56b6deb commit b725aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: time-tracker-ui-ci
33
on:
44
push:
55
branches:
6-
- master
6+
- "**"
77

88
pull_request:
99
branches:
10-
- master
10+
- "**"
1111

1212
jobs:
1313
ci:

0 commit comments

Comments
 (0)