Skip to content

Commit 6c8a031

Browse files
committed
feature: use main branch istead of master in worflows
1 parent 100e639 commit 6c8a031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-snapshot-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
on:
1010
push:
11-
branches: [ master ]
11+
branches: [ main ]
1212
workflow_dispatch:
1313
jobs:
1414
test:

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
on:
1010
pull_request:
11-
branches: [ master, v1 ]
11+
branches: [ main, v1 ]
1212
workflow_dispatch:
1313
jobs:
1414
build:

0 commit comments

Comments
 (0)