mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Merge pull request #530 from PokeAPI/Naramsim-patch-1
This commit is contained in:
commit
988e4562c1
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…
Add table
Reference in a new issue