Config ci on scripts branch
This commit is contained in:
parent
c905c7c850
commit
fdf98281ea
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -2,9 +2,9 @@ name: Dev CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, scripts ]
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, scripts ]
|
||||
|
||||
jobs:
|
||||
lint-and-test:
|
||||
@ -15,9 +15,6 @@ jobs:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11.4"
|
||||
- name: install workflows-command dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
- name: install dev dependencies
|
||||
run: |
|
||||
pip install -r requirements-dev.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user