fix: workflow branch name master not main
Some checks failed
CI - Tests & Lint / test (push) Failing after 1m16s
Some checks failed
CI - Tests & Lint / test (push) Failing after 1m16s
This commit is contained in:
parent
33a0c17d7a
commit
0a882d58c5
@ -2,9 +2,9 @@ name: CI - Tests & Lint
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user