Skip to content

Commit de99133

Browse files
committed
devops: fix harbor build action
Signed-off-by: Miguel Garcia Garcia <[email protected]>
1 parent 1d0a0d7 commit de99133

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/harbour-build-ui.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ name: Build and export CAP UI image
22

33
on:
44
push:
5-
branches: ['master', 'dev', 'qa', 'test']
6-
paths:
7-
- "ui/**"
8-
- ".github/workflows/ui-test.yml"
5+
branches: ["master", "dev", "qa", "test", "with-formule"]
6+
# paths:
7+
# - "ui/**"
8+
# - ".github/workflows/ui-test.yml"
99

1010
jobs:
1111
build-image:
12-
needs: UITest
1312
name: Build and export ui image
1413
runs-on: ubuntu-20.04
1514

0 commit comments

Comments
 (0)