mirror of https://github.com/XEphem/XEphem.git
Fix branch name in GitHub Actions workflows
This commit is contained in:
parent
bb92fcd031
commit
b921296cbe
|
|
@ -3,11 +3,11 @@ name: ci
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile-linux-and-test:
|
compile-linux-and-test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue