mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Allow testing feature branches
This commit is contained in:
committed by
Charlie Marsh
parent
6d87adbcc0
commit
6e255ad53c
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user