CI: only push on main branch
This commit is contained in:
parent
aa0c85a528
commit
e24e929535
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
name: Mirror
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
mirror:
|
Loading…
Add table
Reference in a new issue