Run CI on develop/master branches only

This commit is contained in:
Paul Ferrand 2022-07-27 11:07:40 +02:00
parent 83be63f172
commit 8edd3d8e80

View file

@ -3,7 +3,8 @@ name: build
on:
push:
branches:
- '*'
- 'develop'
- 'master'
tags:
- '[0-9]*'
- 'v[0-9]*'