Skip to content

Commit 357f6ba

Browse files
committed
Update Codeberg mirror to main branch only
1 parent c537113 commit 357f6ba

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Mirror to Codeberg
2-
on: [push, delete]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
delete:
7+
branches:
8+
- main
9+
workflow_dispatch:
310
jobs:
411
mirror:
512
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)