Run lint and tests for Pull Requests

This commit is contained in:
Dan Yeaw 2024-07-02 07:18:51 -04:00
parent 47c89b16e5
commit 378a3bebb3
No known key found for this signature in database
GPG Key ID: 86B9FEF88B780F2B

View File

@ -2,8 +2,16 @@ name: build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
release:
types: [created, published]
types: [published]
workflow_dispatch:
env:
python-version: '3.12'