Skip to content

Commit 1e57a39

Browse files
authored
Update main.yml
1 parent 1bbcf9c commit 1e57a39

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
name: Mirroring
22

3-
on: [push, delete]
4-
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'dependabot/*'
7+
delete:
8+
branches-ignore:
9+
- 'dependabot/*'
510
jobs:
611
to_git-c3voc-de:
712
runs-on: ubuntu-latest
813
steps:
9-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1017
- uses: pixta-dev/repository-mirroring-action@v1
1118
with:
1219
target_repo_url:

0 commit comments

Comments
 (0)