mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
Merge branch 'master' into staging
This commit is contained in:
commit
5b3b2f7465
1 changed files with 13 additions and 0 deletions
|
@ -51,3 +51,16 @@ workflows:
|
|||
only:
|
||||
- master
|
||||
- staging
|
||||
weekly:
|
||||
jobs:
|
||||
- test
|
||||
- deploy:
|
||||
requires:
|
||||
- test
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * 1"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- staging
|
||||
|
|
Loading…
Reference in a new issue