mirror of https://github.com/astral-sh/ruff
Allow testing feature branches
This commit is contained in:
parent
6d87adbcc0
commit
6e255ad53c
|
|
@ -1,10 +1,6 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue