ci: build staging and release branches

This commit is contained in:
himself65 2023-05-09 20:27:07 -05:00
parent 10976a9257
commit 4200b3c3e5
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -4,9 +4,17 @@ on:
push:
branches:
- master
- v[0-9]+.[0-9]+.x-staging
- v[0-9]+.[0-9]+.x
pull_request:
branches:
- master
- v[0-9]+.[0-9]+.x-staging
- v[0-9]+.[0-9]+.x
paths-ignore:
- README.md
- .github/**
- '!.github/workflows/build.yml'
jobs:
lint: