Skip to content

Commit a0bb6ee

Browse files
odelcroimcalinghee
authored andcommitted
update CI for main_tchap
1 parent b5bdc95 commit a0bb6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- tchap
6+
- main_tchap
77
- "release/**"
88
tags:
99
- "v*"
@@ -313,7 +313,7 @@ jobs:
313313
# Only sign on tags and on commits on main branch
314314
if: |
315315
github.event_name != 'pull_request'
316-
&& (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/tchap')
316+
&& (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_tchap')
317317
318318
env:
319319
REGULAR_DIGEST: ${{ steps.output.outputs.metadata && fromJSON(steps.output.outputs.metadata).regular.digest }}
@@ -422,7 +422,7 @@ jobs:
422422

423423
unstable:
424424
name: Update the unstable release
425-
if: github.ref == 'refs/heads/tchap'
425+
if: github.ref == 'refs/heads/main_tchap'
426426
runs-on: ubuntu-24.04
427427

428428
needs:

0 commit comments

Comments
 (0)