ci: restrict push builds to the master branch

This commit is contained in:
Stéphane Lepin 2022-02-14 00:19:19 +01:00 committed by GitHub
parent 5a3bed7d8b
commit ab137ce8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
paths-ignore:
- 'docs/**'
branches:
- '*'
- master
tags:
- '[45].[0-9]+.[0-9]+*'
pull_request: