Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 2a15b3b

Browse files
authored
fix(ci): rename master to main in workflows (#507)
1 parent ce6d42b commit 2a15b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
release:
88
name: Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
test:

0 commit comments

Comments
 (0)