Skip to content

Commit

Permalink
sync mirrors when a tag is pushed
Browse files Browse the repository at this point in the history
This is limited to version tags.
  • Loading branch information
arcctgx committed Jul 11, 2024
1 parent 9b857d0 commit 36a366f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-mirrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- 'v*'

jobs:
sync-gitlab:
Expand Down

0 comments on commit 36a366f

Please sign in to comment.