Browse Source

Update deploy.yml

pull/21/head
Emile Nijssen 4 years ago
committed by GitHub
parent
commit
6d12c4f09e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -10,6 +10,8 @@ on:
- staging/**
- production
- production/**
schedule:
- cron: "0 12 * * *"
jobs:
deploy:

Loading…
Cancel
Save