mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
ci: Only run RPM builds on tags or schedule
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user