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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
compile-linux-and-test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue