Skip to content

Commit

Permalink
Allow running workflows on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 committed May 20, 2024
1 parent ed708a2 commit 7b7a701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build-and-test
on:
push:
branches: [master]
pull_request:
types: [opened]

jobs:
build-and-test:
Expand Down

0 comments on commit 7b7a701

Please sign in to comment.