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: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/unix_build.yml
vendored
2
.github/workflows/unix_build.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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://github.com/Tieske/date/actions/workflows/lint.yml)
|
||||
[](CHANGELOG.md)
|
||||
|
Reference in New Issue
Block a user