summaryrefslogtreecommitdiffstats
path: root/.github/workflows/psalm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/psalm.yml')
-rw-r--r--.github/workflows/psalm.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7be48f261..5c103a80a 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -5,13 +5,7 @@
name: Static analysis
-on:
- pull_request:
- push:
- branches:
- - master
- - main
- - stable*
+on: pull_request
concurrency:
group: psalm-${{ github.head_ref || github.run_id }}