update when workflow runs

This commit is contained in:
Alex Janka 2025-01-14 10:07:03 +11:00
parent 81be1cd20c
commit 1b7f30e691

View file

@ -1,19 +1,9 @@
on: [push, pull_request] on:
push:
tags:
- "v*"
jobs: 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: build-forgejo-deb:
runs-on: bullseye runs-on: bullseye
steps: steps: