remame 'master' -> 'main' in worflows/test.yml
This commit is contained in:
parent
51882b3dd5
commit
b77d520b48
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -2,9 +2,9 @@ name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user