summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php-cs.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-13 15:10:19 +0200
committerJoas Schilling <coding@schilljs.com>2022-10-13 15:15:37 +0200
commit0aa1950b49b3e469160d1b02d875ab75fd12c235 (patch)
treed4a82f6faefcab999314f6c08e74b238b711853a /.github/workflows/lint-php-cs.yml
parent0bcf98386171d76209b9f6e10870ed5015bd87de (diff)
🤖 Reduce CI time on PR merges
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r--.github/workflows/lint-php-cs.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 9aad51409..de7b34d5b 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -7,10 +7,6 @@ name: Lint
on:
pull_request:
- push:
- branches:
- - master
- - stable*
jobs:
lint: