mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 07:21:41 +00:00
Run CI on PRs to 0.4.x branch
This commit is contained in:
parent
f90a0ffb98
commit
147089b78f
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -2,9 +2,8 @@ name: lint
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [main, master, 0.4.x]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, master]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
4
.github/workflows/test-release.yml
vendored
4
.github/workflows/test-release.yml
vendored
@ -2,9 +2,7 @@ name: Release Test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["rel*"]
|
branches: ["rel*", "0.4.x"]
|
||||||
pull_request:
|
|
||||||
branches: ["rel*"]
|
|
||||||
|
|
||||||
# From here down this should be exactly the same as test.yml
|
# From here down this should be exactly the same as test.yml
|
||||||
|
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -2,7 +2,7 @@ name: All Tests and Builds
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, 0.4.x]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.rs"
|
- "**.rs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user