update when workflow runs
This commit is contained in:
parent
81be1cd20c
commit
1b7f30e691
1 changed files with 5 additions and 15 deletions
|
@ -1,19 +1,9 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: bookworm
|
||||
if: github.event_name == 'push' && github.repository == 'forgejo-contrib/forgejo-deb'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: "mirror repo: code.forgejo.org"
|
||||
env:
|
||||
FORGEJO_DEST: code.forgejo.org
|
||||
FORGEJO_KEY: ${{ secrets.cfo_api_key }}
|
||||
run: ./.action-forgejo-mirror.sh
|
||||
|
||||
build-forgejo-deb:
|
||||
runs-on: bullseye
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue