mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 04:50:52 +00:00
Run GitHub Actions on push to 0.5.x branch
This commit is contained in:
parent
dc19606265
commit
1cebe0cfda
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -6,7 +6,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 0.4.x]
|
||||
branches: [main, 0.5.x]
|
||||
pull_request:
|
||||
jobs:
|
||||
# Run code coverage using cargo-llvm-cov then upload to codecov.io
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -6,7 +6,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 0.4.x]
|
||||
branches: [main, 0.5.x]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -6,7 +6,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 0.4.x]
|
||||
branches: [main, 0.5.x]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user