Merge pull request #530 from PokeAPI/Naramsim-patch-1

This commit is contained in:
Alessandro Pezzè 2020-10-08 11:03:45 +02:00 committed by GitHub
commit 988e4562c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,3 +51,16 @@ workflows:
only:
- master
- staging
weekly:
jobs:
- test
- deploy:
requires:
- test
triggers:
- schedule:
cron: "0 0 * * 1"
filters:
branches:
only:
- staging