diff --git a/.github/workflows/build-rpm.yml b/.github/workflows/build-rpm.yml index 82da4d7..6d13952 100644 --- a/.github/workflows/build-rpm.yml +++ b/.github/workflows/build-rpm.yml @@ -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: