Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer authored Jun 18, 2024
1 parent 1bbcf9c commit 1e57a39
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: Mirroring

on: [push, delete]

on:
push:
branches-ignore:
- 'dependabot/*'
delete:
branches-ignore:
- 'dependabot/*'
jobs:
to_git-c3voc-de:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
Expand Down

0 comments on commit 1e57a39

Please sign in to comment.