Build on version branches too (#148)

This commit is contained in:
Stephan Schnabel 2023-05-16 11:50:46 +02:00 committed by GitHub
parent 2179afba57
commit cbe06a25f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
branches: [main, "*.x"]
pull_request: {}
jobs: