Run GitHub Actions on push to 0.5.x branch

This commit is contained in:
Paul Dicker 2024-02-12 09:49:03 +01:00 committed by Paul Dicker
parent dc19606265
commit 1cebe0cfda
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ env:
on:
push:
branches: [main, 0.4.x]
branches: [main, 0.5.x]
pull_request:
jobs:
# Run code coverage using cargo-llvm-cov then upload to codecov.io

View File

@ -6,7 +6,7 @@ env:
on:
push:
branches: [main, 0.4.x]
branches: [main, 0.5.x]
pull_request:
jobs:

View File

@ -6,7 +6,7 @@ env:
on:
push:
branches: [main, 0.4.x]
branches: [main, 0.5.x]
pull_request:
jobs: