Skip to content

Commit 3654f49

Browse files
committed
Add master branch
Signed-off-by: Rhea Danzey <[email protected]>
1 parent 8cec2df commit 3654f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, master ]
88

99
jobs:
1010

Diff for: .github/workflows/docker-publish.yml

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

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

0 commit comments

Comments
 (0)