Update download-upstream.yml

This commit is contained in:
gentlyxu 2021-05-29 11:42:41 +08:00 committed by GitHub
parent 000e40323d
commit 0b37c2c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,6 @@
name: download upstream
on:
push:
branches: [ adlist-maker ]
paths:
- '**.php'
schedule:
- cron: '30 18 */3 * *'
workflow_dispatch:
@ -32,6 +28,7 @@ jobs:
- name: push
uses: ad-m/github-push-action@master
with:
branch: 'adlist-maker'
github_token: ${{ secrets.PERSON_TOKEN }}
- name: sync
run: |