Skip to content

Commit

Permalink
Merge pull request #58 from reilabs/wz/actions-on-pr
Browse files Browse the repository at this point in the history
github: run tests on pull requests to master
  • Loading branch information
cichaczem authored Mar 21, 2024
2 parents 964cded + b4369c6 commit d1ae46a
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 d1ae46a

Please sign in to comment.