ci: build staging and release branches

This commit is contained in:
himself65
2023-05-09 20:27:07 -05:00
parent a0a22f417a
commit f787d19696

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: