Skip to content

Commit af2ec6a

Browse files
committed
Update github workflows for Antelope
1 parent deb1dfd commit af2ec6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stackhpc-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
# NOTE(mgoddard): Reference only the current release branch here.
7-
- stackhpc/zed
7+
- stackhpc/2023.1
88
jobs:
99
promote:
1010
name: Trigger package repository promotion

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tag & Release
33
'on':
44
push:
55
branches:
6-
- stackhpc/zed
6+
- stackhpc/2023.1
77
permissions:
88
actions: read
99
contents: write

0 commit comments

Comments
 (0)