Skip to content

Commit dda8e44

Browse files
authored
build: migrate to main branch (#1553)
1 parent 9ef340e commit dda8e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
types: [assigned, opened, synchronize, reopened, labeled]
77
workflow_dispatch:

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
name: release-please
66
jobs:
77
release-please:

0 commit comments

Comments
 (0)