Fix: correct workflow.
This commit is contained in:
parent
cf03e445f4
commit
16ec0cc090
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Build RPMs
|
name: Build RPMs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
tags:
|
push:
|
||||||
- '1.*'
|
tags:
|
||||||
workflow_dispatch:
|
- "1.*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OS_VERSION: 4.4.0.68
|
OS_VERSION: 4.4.0.68
|
||||||
|
|
Loading…
Reference in a new issue