Skip to content

Commit d251f40

Browse files
Merge pull request #304 from preactjs/update-workflow-main
2 parents cbe881a + 901f496 commit d251f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '**'
88
push:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
build_test:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)