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
|
name: Build RPMs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
|
types: [published]
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- '1.1*'
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue