Skip to content

Commit

Permalink
github: run tests on pull requests to master
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zmuda <[email protected]>
  • Loading branch information
wzmuda committed Mar 21, 2024
1 parent 964cded commit b4369c6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Test
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4369c6

Please sign in to comment.