Skip to content

Update workflows so that CI only runs on main/dev/release, and allow contributors' PR to be CI-evaluated #263

Update workflows so that CI only runs on main/dev/release, and allow contributors' PR to be CI-evaluated

Update workflows so that CI only runs on main/dev/release, and allow contributors' PR to be CI-evaluated #263

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11.2
- uses: pre-commit/[email protected]