Skip to content

Commit

Permalink
chore: trigger smoke test on relases as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Aug 25, 2020
1 parent db9ea14 commit 2250e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Smoke Tests
on:
push:
branches: [feat/smoke-test]
on:
release:
types: [published]
schedule:
- cron: '0 * * * *'

Expand Down

0 comments on commit 2250e94

Please sign in to comment.