mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
[ci] Adjust on for ruff workflow
This commit is contained in:
parent
ead9e143cb
commit
28787d51cb
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ruff.yml
vendored
7
.github/workflows/ruff.yml
vendored
|
@ -1,5 +1,10 @@
|
||||||
name: ruff
|
name: ruff
|
||||||
on: [ push, pull_request ]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
ruff:
|
ruff:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue