#1248: Run workflows on push and pull_request
This commit is contained in:
parent
b79e104df8
commit
b03e0913d3
|
|
@ -1,11 +1,6 @@
|
|||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
types: [opened, reopened]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
PYTHON_LATEST: "3.11"
|
||||
|
|
|
|||
Loading…
Reference in New Issue