mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
prevent CI creating 2 events on each pull request push
This commit is contained in:
parent
319315c019
commit
4d2bdf497a
6 changed files with 31 additions and 6 deletions
6
.github/workflows/code-quality.yml
vendored
6
.github/workflows/code-quality.yml
vendored
|
@ -2,7 +2,11 @@ name: Code Quality
|
|||
|
||||
# spell-checker:ignore TERMUX reactivecircus Swatinem noaudio pkill swiftshader dtolnay juliangruber
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
# * style job configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue