Skip to content

Commit

Permalink
Fix for #2820 (#2830)
Browse files Browse the repository at this point in the history
Make sure tests only run when push to master and pull request to master
  • Loading branch information
atharva-2001 authored Sep 30, 2024
1 parent 2b912a6 commit 60006d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: tests
on:
push:
branches:
- "*"
- master
pull_request:
branches:
- "*"
- master
types:
- opened
- reopened
Expand Down

0 comments on commit 60006d5

Please sign in to comment.