Skip to content

Commit c04a2c8

Browse files
authored
Update docker.yml (#87)
Build: Adjust Docker workflow triggers to use the main branch name for push and pull request events. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent 4930bcb commit c04a2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

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

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

0 commit comments

Comments
 (0)