mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
Only run sync on cron/pr
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
script/test
|
||||
script/remote-sync
|
||||
case "$TRAVIS_EVENT_TYPE" in
|
||||
cron|pr ) script/remote-sync;;
|
||||
* ) script/test;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user