mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 04:50:52 +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:
|
||||
push:
|
||||
branches: [main, master]
|
||||
branches: [main, master, 0.4.x]
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
4
.github/workflows/test-release.yml
vendored
4
.github/workflows/test-release.yml
vendored
@ -2,9 +2,7 @@ name: Release Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["rel*"]
|
||||
pull_request:
|
||||
branches: ["rel*"]
|
||||
branches: ["rel*", "0.4.x"]
|
||||
|
||||
# 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:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 0.4.x]
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.rs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user