Skip to content

Commit 75cff83

Browse files
committed
int - Ignore syncmirror if pushed with tag
--- The syncmirror workflows that are run with tags on push always fail. --- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent 855ee0f commit 75cff83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/syncmirror.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'Sync with GL mirror'
22
on: push
3+
branches:
4+
- '**'
35

46
concurrency:
57
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)