Skip to content

Commit

Permalink
fix: specify when build and test should run (#91)
Browse files Browse the repository at this point in the history
specify when build and test should run

Co-authored-by: Nina Bernick <[email protected]>
  • Loading branch information
ninabernick and Nina Bernick authored Jul 31, 2024
1 parent 6da3e21 commit 8f09e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build and test

on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened
push:
branches: [main]

Expand Down

0 comments on commit 8f09e57

Please sign in to comment.