mirror of
https://github.com/chronotope/chrono.git
synced 2026-04-24 04:26:50 +00:00
Run GitHub Actions on push to 0.5.x branch
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user