From: Nahum Shalman Date: Thu, 20 Jan 2022 01:31:12 +0000 (-0500) Subject: Re-enable tests for PRs (#415) X-Git-Tag: v1.7.2~128 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=ebaf806714e0eff47474a782d0cb79dcd5d643b4;p=fsnotify.git Re-enable tests for PRs (#415) It would be good to re-enable tests on PRs. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8301cb9..5d900bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: test -on: [push] +on: + push: + pull_request: jobs: test: strategy: