@@ -6,8 +6,10 @@ clone:
disable: true
trigger:
+ branch:
+ - dev
event:
- - push
+ - push
steps:
- name: clone
@@ -1,5 +1,8 @@
-name: Sync with mirror repo
-on: push
+name: Push mirror and assets
+on:
+ push:
+ branches:
jobs:
sync:
runs-on: ubuntu-latest