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