Skip to content

Commit 9bdbedb

Browse files
authored
ci/mirror: only on master
1 parent 7da47a9 commit 9bdbedb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Mirror
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)