Skip to content

Commit

Permalink
Run CI on PRs to 0.4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 19, 2022
1 parent 6a74c06 commit ae6c377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Expand Up @@ -2,9 +2,8 @@ name: lint

on:
push:
branches: [main, master]
branches: [main, master, 0.4.x]
pull_request:
branches: [main, master]

jobs:
lint:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-release.yml
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -2,7 +2,7 @@ name: All Tests and Builds

on:
push:
branches: [main]
branches: [main, 0.4.x]
pull_request:
paths:
- "**.rs"
Expand Down

0 comments on commit ae6c377

Please sign in to comment.