Skip to content

Commit d41177f

Browse files
authored
Redis CE 8.0 RC1 (#10)
1 parent 171c88b commit d41177f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_unstable_package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- v*
1010

1111
env:
12-
VERSION: "8.0-m04"
12+
VERSION: "8.0-rc1"
1313

1414
jobs:
1515
build-containers:
@@ -262,6 +262,7 @@ jobs:
262262
role-to-assume: ${{ secrets.RPM_S3_IAM_ARN }}
263263

264264
- name: Update packages and publish to private repo
265+
if: github.ref == 'refs/heads/main'
265266
env:
266267
RPM_S3_BUCKET: ${{ secrets.RPM_S3_BUCKET }}
267268
RPM_S3_REGION: ${{ secrets.RPM_S3_REGION }}

0 commit comments

Comments
 (0)