Skip to content

Commit da6f8da

Browse files
authored
Update build_docker_image.yml
Changing the GitHub Action trigger from 'master' to 'main' to match the branch name.
1 parent 49ddc40 commit da6f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-docker-image
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77

88
jobs:
99
docker:

0 commit comments

Comments
 (0)