Testing Workflow

This commit is contained in:
Christian Tosta
2025-04-18 06:08:53 -03:00
parent 05f254ff77
commit 7c3ac02c85

View File

@@ -3,9 +3,11 @@ name: Build RPM Package
on:
push:
branches: [ workflows ]
if: github.ref_type == 'tag'
tags: '*.*.*'
pull_request:
branches: [ workflows ]
if: github.ref_type == 'tag'
tags: '*.*.*'
jobs: