Skip to content

Commit 0420644

Browse files
committed
Add push trigger for release/8.2 and update Redis version to 8.2-rc1-int
- Add push trigger for release/8.2 branch in GitHub Actions workflow - Update Redis version from 8.2-m01 to 8.2-rc1-int in both Alpine and Debian Dockerfiles - Update SHA256 hash for the new Redis version tag
1 parent c0091fa commit 0420644

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- master
66
- release/*
7+
push:
8+
branches:
9+
- release/8.2
710

811
jobs:
912
build-and-test:

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)