mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Run RPM build actions only on tag push
This commit is contained in:
parent
33d954f767
commit
f7e8b52667
7
.github/workflows/AlmaLinux.yml
vendored
7
.github/workflows/AlmaLinux.yml
vendored
@ -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:
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user