Update workflow to run on push and pull request close
All checks were successful
Python tests (make) / test (push) Successful in 9s
Python tests (make) / test (pull_request) Successful in 11s

This commit is contained in:
2025-08-15 12:25:54 -04:00
parent d7c7176c34
commit 55b8e3fb5d

View File

@@ -4,7 +4,7 @@ on:
push: push:
branches: ["**"] branches: ["**"]
pull_request: pull_request:
workflow_dispatch: types: [closed]
jobs: jobs:
test: test: