Skip to content

Commit

Permalink
Run tests on all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed May 3, 2021
1 parent e5e4961 commit 6cf4a32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yaml
@@ -1,7 +1,12 @@
name: Tests

on: [push]

on:
push:
branches:
- master
pull_request:
types: [ opened, synchronize, reopened ]

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cf4a32

Please sign in to comment.