Run lint and tests for Pull Requests
This commit is contained in:
parent
47c89b16e5
commit
378a3bebb3
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user