disabled schedule/enabled push trigger

This commit is contained in:
Nebel 2021-07-17 13:08:16 +09:00
parent 15a077809a
commit 9b16425a10

View file

@ -1,7 +1,7 @@
name: build name: build
on: on:
workflow_dispatch: workflow_dispatch:
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9 push: { branches: [master] }
jobs: jobs:
main: main:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04