Run CI on PRs to 0.4.x branch

This commit is contained in:
Dirkjan Ochtman 2022-09-19 14:08:11 +02:00
parent f90a0ffb98
commit 147089b78f
3 changed files with 3 additions and 6 deletions

View File

@ -2,9 +2,8 @@ name: lint
on:
push:
branches: [main, master]
branches: [main, master, 0.4.x]
pull_request:
branches: [main, master]
jobs:
lint:

View File

@ -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

View File

@ -2,7 +2,7 @@ name: All Tests and Builds
on:
push:
branches: [main]
branches: [main, 0.4.x]
pull_request:
paths:
- "**.rs"