File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build
3
3
on :
4
4
push :
5
5
branches :
6
- - tchap
6
+ - main_tchap
7
7
- " release/**"
8
8
tags :
9
9
- " v*"
@@ -313,7 +313,7 @@ jobs:
313
313
# Only sign on tags and on commits on main branch
314
314
if : |
315
315
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 ')
317
317
318
318
env :
319
319
REGULAR_DIGEST : ${{ steps.output.outputs.metadata && fromJSON(steps.output.outputs.metadata).regular.digest }}
@@ -422,7 +422,7 @@ jobs:
422
422
423
423
unstable :
424
424
name : Update the unstable release
425
- if : github.ref == 'refs/heads/tchap '
425
+ if : github.ref == 'refs/heads/main_tchap '
426
426
runs-on : ubuntu-24.04
427
427
428
428
needs :
You can’t perform that action at this time.
0 commit comments