Update update_ios_task.yml

This commit is contained in:
LXK9301
2021-01-27 22:19:48 +08:00
committed by GitHub
13 changed files with 2490 additions and 19 deletions

View File

@@ -3,16 +3,16 @@ name: update_ios_task
on:
workflow_dispatch:
schedule:
- cron: '0 4,16 * * *'
#schedule:
#- cron: '0 4,16 * * *'
repository_dispatch:
types: update_ios_task
#push:
# branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
#if: github.event.repository.owner.id == github.event.sender.id
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@@ -7,8 +7,8 @@ on:
- cron: '1 5,17 * * *'
repository_dispatch:
types: update_list
#push:
# branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest