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: on:
push: push:
branches:
- '**'
tags: tags:
- 'v*' - "v*.*.*"
paths: # paths:
- 'pkg/fedora/**' # - 'pkg/fedora/**'
- 'src/**' # - 'src/**'
- 'Cargo.toml' # - 'Cargo.toml'
- 'Cargo.lock' # - 'Cargo.lock'
- '.forgejo/workflows/build-fedora.yml' # - '.forgejo/workflows/build-fedora.yml'
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '30 0 * * *'
jobs: jobs:
build: build: