Skip to content

Commit 85d3ba6

Browse files
committed
ci: clean up
1 parent 3db4ff1 commit 85d3ba6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/lint.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
name: CI
1+
name: Awesome_Lint
22
on:
33
workflow_dispatch:
44
pull_request:
5-
branches: [main]
5+
branches:
6+
- main
7+
- master
8+
push:
9+
branches:
10+
- main
11+
- master
612
jobs:
713
Awesome_Lint:
814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)