mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-13 15:55:05 +09:00
Update static_checks.yml to target main branch
This commit is contained in:
8
.github/workflows/static_checks.yml
vendored
8
.github/workflows/static_checks.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: 📊 Static Checks
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-static
|
||||
|
||||
Reference in New Issue
Block a user