Don't build on non-master branch pushes by default

This commit is contained in:
Bruno Alla 2023-02-08 17:55:31 +00:00
parent 55b59c0156
commit b8f7da6db9
No known key found for this signature in database

View File

@ -2,6 +2,7 @@ name: CI
on:
push:
branches: [ "master", "main" ]
pull_request:
concurrency: