Skip to content

Disable builds for branches that are not pull requests or main (#271) #34

Disable builds for branches that are not pull requests or main (#271)

Disable builds for branches that are not pull requests or main (#271) #34

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py