Skip to content

Commit 150b2f8

Browse files
fix: reset branches
1 parent b60840a commit 150b2f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333
cancel-in-progress: true
3434

3535
env:
36-
WORKFLOW_BRANCH: "feat/trivy-config"
36+
WORKFLOW_BRANCH: "main"
3737

3838
permissions:
3939
contents: read

.github/workflows/build-docker-artifacts-trigger-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131

3232
env:
33-
WORKFLOW_BRANCH: "feat/trivy-config"
33+
WORKFLOW_BRANCH: "main"
3434

3535
permissions:
3636
contents: read

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747
cancel-in-progress: true
4848

4949
env:
50-
WORKFLOW_BRANCH: "feat/trivy-config"
50+
WORKFLOW_BRANCH: "main"
5151
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
5252
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5353
NODE_BASE_IMAGE: "node:20.9-bullseye"

0 commit comments

Comments
 (0)