Skip to content

Commit f8bc915

Browse files
committed
fix: branch name
1 parent 225cf20 commit f8bc915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: Build and Publish Docker Image
44
on: # yamllint disable-line rule:truthy
55
push:
66
branches:
7-
- main
7+
- master
88
tags:
99
- 'v*'
1010
pull_request:
1111
branches:
12-
- main
12+
- master
1313

1414
env:
1515
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)