Skip to content

Commit ece5ca6

Browse files
committed
Fix CI trigger: main not master
1 parent 3d577e9 commit ece5ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
docker:

0 commit comments

Comments
 (0)