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: on:
push: push:
branches: [main, master] branches: [main, master, 0.4.x]
pull_request: pull_request:
branches: [main, master]
jobs: jobs:
lint: lint:

View File

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

View File

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