Skip to content

Commit 1dbdf8c

Browse files
committed
chore(ci): Fix branch pointer in docker build CI
1 parent 82a75dc commit 1dbdf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-oidc-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ permissions:
44
on:
55
push:
66
branches:
7-
- test-oidc
7+
- main
88
tags:
99
- "*"
1010
pull_request:
1111
branches:
12-
- test-oidc
12+
- main
1313

1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)