mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
ci: run on PR and schedule
This commit is contained in:
parent
1f60ef5318
commit
3510f04f9f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/kustomize.yml
vendored
3
.github/workflows/kustomize.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue