Skip to content

Commit 3eb215f

Browse files
committed
ci: add more branches
1 parent a7b0d2a commit 3eb215f

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
push:
1010
branches:
1111
- master
12+
- main
13+
1214
pull_request:
1315

1416
jobs:

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,8 @@
22

33
This CI configuration was modified from [moonbitlang/core CI](https://github.com/moonbitlang/core/blob/main/.github/workflows/check.yml)
44

5-
## Usage
6-
7-
Change the `master` branch to your own
8-
9-
```yaml
10-
## .github\workflows\check.yaml
11-
name: check
12-
13-
on:
14-
push:
15-
branches:
16-
- master
17-
pull_request:
18-
```
19-
205
## Modified
216

22-
### remove
23-
247
* moon bundle
258
* coverage-check
269
* license-header-check

0 commit comments

Comments
 (0)