We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c537113 commit 357f6baCopy full SHA for 357f6ba
1 file changed
.github/workflows/mirror.yml
@@ -1,5 +1,12 @@
1
name: Mirror to Codeberg
2
-on: [push, delete]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ delete:
7
8
9
+ workflow_dispatch:
10
jobs:
11
mirror:
12
runs-on: ubuntu-latest
0 commit comments