Update build.yaml
Switch to on release published with tags beginning with 1.1 creating binarys
This commit is contained in:
parent
839c73706a
commit
7e6874380f
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -1,12 +1,10 @@
|
|||
name: Build RPMs
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
types: [published]
|
||||
tags:
|
||||
- 'v*'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
- '1.1*'
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue