.github/workflows/docker.yml: build on push to master

This commit is contained in:
Vaibhav Sagar 2020-05-05 21:22:30 +08:00
parent ba196ec642
commit 2429f3560f

View File

@ -1,7 +1,8 @@
name: "Docker"
on:
schedule:
- cron: '0 1 * * *'
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest