ci: run on PR and schedule

This commit is contained in:
Alessandro Pezzè 2021-05-30 23:21:40 +02:00
parent 1f60ef5318
commit 3510f04f9f

View file

@ -1,10 +1,13 @@
name: Deploy Kustomize k8s cluster
on:
pull_request:
push:
branches:
- 'master'
- 'staging'
schedule:
- cron: '0 0 12 1 1/1 ? *'
jobs:
create-kustomize-cluster: