chore: only run pull_request on opened/reopened

This commit is contained in:
Ryan Chandler 2022-09-16 14:22:00 +01:00
parent 7ea487f026
commit 86638611f7
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -1,8 +1,9 @@
name: Tests
on:
- push
- pull_request
push:
pull_request:
types: [opened, reopened]
jobs:
tests: