diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2e69fa..f1ed50e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,9 +9,16 @@ on: branches: - dev - main + types: + - opened + - edited + - synchronize + - reopened + - submitted jobs: lints: + if: github.event.review.state == 'approved' runs-on: ubuntu-latest steps: - name: Check out files from GitHub