Skip to content

Commit 74115d9

Browse files
committed
ci: fix run branch
1 parent f15951c commit 74115d9

2 files changed

Lines changed: 1 addition & 2 deletions

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 public docker image
22

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

77
jobs:
88
build-and-push-image:

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build and publish
22

33
on:
44
push:
5-
pull_request:
65

76
jobs:
87
build:

0 commit comments

Comments
 (0)