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:
parent
43254aa396
commit
3c6f2d07e0
1 changed files with 9 additions and 9 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue