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

Commit 41b595d

Browse files
committed
chore: Change main branch in actions
1 parent 3429175 commit 41b595d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

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.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
- '*/*'
77
- '**'
8-
- '!master'
8+
- '!main'
99
jobs:
1010
test:
1111
name: test

0 commit comments

Comments
 (0)