Skip to content

Commit 28584da

Browse files
committed
fix incorrect branch push
1 parent 78fe3ce commit 28584da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Blacksmith Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
tags: ['v*']
77
pull_request:
8-
branches: [main]
8+
branches: [master]
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)