Skip to content

Commit

Permalink
ci: limit smoke tests push trigger to main (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
melotic authored Jul 7, 2023
1 parent 259d3b2 commit bd522a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Smoke Tests

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * *" # every day at midnight
Expand Down

0 comments on commit bd522a4

Please sign in to comment.