Update build.yaml

Switch to on release published with 
tags beginning with 1.1 creating binarys
This commit is contained in:
Mark Washeim 2023-01-06 14:06:45 +01:00 committed by GitHub
parent 839c73706a
commit 7e6874380f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,10 @@
name: Build RPMs
on:
push:
release:
types: [published]
tags:
- 'v*'
branches:
- master
pull_request:
- '1.1*'
branches:
- master
workflow_dispatch: