Skip to content

Commit a76c100

Browse files
committed
ci: update
1 parent d9c2ab3 commit a76c100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

Diff for: .github/workflows/preview-playground.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88
- closed
99
branches:
10-
- master
10+
- main
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)