Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ name: Mirror to Codeberg

on:
push:
branches: ["**"]
# Dependabot pushes run with the Dependabot secrets store, not the Actions
# one, so CODEBERG_* are empty and the mirror always fails on those branches.
# They are ephemeral throwaway branches not worth mirroring anyway — skip them.
branches-ignore: ["dependabot/**"]
tags: ["**"]
delete:
workflow_dispatch:
Expand Down