Skip to content

Commit

Permalink
ci: fix run branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Mar 23, 2023
1 parent f15951c commit 74115d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and public docker image

on:
push:
branches: "master"
branches: "main"

jobs:
build-and-push-image:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and publish

on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit 74115d9

Please sign in to comment.