Run RPM build actions only on tag push

This commit is contained in:
Thomas Roehl 2022-03-02 13:21:54 +01:00
parent 33d954f767
commit f7e8b52667
2 changed files with 10 additions and 4 deletions

View File

@ -3,8 +3,11 @@
# Workflow name # Workflow name
name: AlmaLinux 8.5 RPM build name: AlmaLinux 8.5 RPM build
# Run on event push # Run on tag push
on: push on:
push:
tags:
- '**'
jobs: jobs:

View File

@ -3,8 +3,11 @@
# Workflow name # Workflow name
name: Red Hat Universal Base Image 8 RPM build name: Red Hat Universal Base Image 8 RPM build
# Run on event push # Run on tag push
on: push on:
push:
tags:
- '**'
jobs: jobs: