mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
fix(ci): check 'master' instead of 'main'
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
pull_request: {}
|
pull_request: {}
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/unix_build.yml
vendored
2
.github/workflows/unix_build.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
pull_request: {}
|
pull_request: {}
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# LuaDate v2.2
|
# LuaDate v2.2
|
||||||
|
|
||||||
[](https://github.com/Tieske/date/actions/workflows/unix_build.yml)
|
[](https://github.com/Tieske/date/actions/workflows/unix_build.yml)
|
||||||
[](https://coveralls.io/github/Tieske/date)
|
[](https://coveralls.io/github/Tieske/date)
|
||||||
[](https://github.com/Tieske/date/actions/workflows/lint.yml)
|
[](https://github.com/Tieske/date/actions/workflows/lint.yml)
|
||||||
[](CHANGELOG.md)
|
[](CHANGELOG.md)
|
||||||
|
Reference in New Issue
Block a user