Reference correct branch name in CI
This commit is contained in:
parent
44248477be
commit
6be186b47c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -3,7 +3,7 @@ name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Check_Formatting:
|
Check_Formatting:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue