CI: Only run the pipeline for tags, and for pushes to non-master branches
For our official builds, we want to run this for tags.
For developers' test-builds, we want to run this for topic branches
like wip/smcv/avoid-overwrite.
To avoid concurrent builds interfering with each other, let's avoid
running this for pushes to the master branch, which are likely to be
followed by a tag being pushed.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Please register or sign in to comment