Skip to content

Commit

Permalink
ci: restrict main branch for on push tests (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored May 1, 2024
1 parent 9c655e0 commit bd69963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: tests
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
schedule:
- cron: "0 8 * * *"
Expand Down

0 comments on commit bd69963

Please sign in to comment.