Skip to content

Commit d3e2db1

Browse files
authored
update ci (#2)
1 parent cb18c14 commit d3e2db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66

77
jobs:
88
run-checks:

.github/workflows/test.yml

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

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)