Skip to content

Commit bbb5543

Browse files
committed
ci: fix to use main as the default branch
Signed-off-by: bitliu <[email protected]>
1 parent 7f1522f commit bbb5543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: boolean
1616
default: false
1717
push:
18-
branches: [ "classify" ]
18+
branches: [ "main" ]
1919

2020
jobs:
2121
build_and_push:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Pre-commit
22

33
on:
44
push:
5-
branches: [ classify ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ classify ]
7+
branches: [ main ]
88
workflow_dispatch: # Allow manual triggering
99

1010
jobs:

0 commit comments

Comments
 (0)