Skip to content

Commit a13a415

Browse files
authored
Adds Beta as Deployment Branch to Docker
1 parent b59ad0f commit a13a415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '33 6 * * *'
1111
push:
12-
branches: [ master ]
12+
branches: [ master, beta ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
1515
pull_request:
16-
branches: [ master ]
16+
branches: [ master, beta ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)