Run rpmbuild workflow only for new tags

This commit is contained in:
Thomas Gruber 2022-01-31 13:29:14 +01:00 committed by GitHub
parent 3e329c3324
commit 1f55aa247f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: Run RPM Build
on: push
on:
push:
tags:
- '**'
jobs:
build-centos8: