]> go.fuhry.dev Git - fsnotify.git/commitdiff
Re-enable tests for PRs (#415)
authorNahum Shalman <nahamu@gmail.com>
Thu, 20 Jan 2022 01:31:12 +0000 (20:31 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 01:31:12 +0000 (20:31 -0500)
It would be good to re-enable tests on PRs.

.github/workflows/test.yml

index 8301cb9d9c397be211589852d6caa6761acd74ed..5d900bc1cc175bc0e34b318c48b738eda0a691f9 100644 (file)
@@ -1,5 +1,7 @@
 name: test
-on: [push]
+on:
+  push:
+  pull_request:
 jobs:
   test:
     strategy: