1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

ci: Only run RPM builds on tags or schedule

This commit is contained in:
Jade Ellis 2025-09-23 22:16:46 +01:00
parent 43254aa396
commit 3c6f2d07e0
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -6,17 +6,17 @@ concurrency:
on:
push:
branches:
- '**'
tags:
- 'v*'
paths:
- 'pkg/fedora/**'
- 'src/**'
- 'Cargo.toml'
- 'Cargo.lock'
- '.forgejo/workflows/build-fedora.yml'
- "v*.*.*"
# paths:
# - 'pkg/fedora/**'
# - 'src/**'
# - 'Cargo.toml'
# - 'Cargo.lock'
# - '.forgejo/workflows/build-fedora.yml'
workflow_dispatch:
schedule:
- cron: '30 0 * * *'
jobs:
build: