Add reopened pull requests as a trigger

This commit is contained in:
Tim 2023-05-30 23:27:50 -05:00 committed by GitHub
parent b9ea908794
commit b548649e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
branches: [ master ]
tags: [ '*.*.*' ]
pull_request:
types: [opened]
types: [opened, reopened]
jobs:
test: