Merge pull request #227 from FriendsOfBehat/ci/avoid-duplicate-workflow-runs
Some checks failed
Build / PHP 8.3 + Symfony 7.4.* (push) Has been cancelled
Build / PHP 8.4 + Symfony 7.4.* (push) Has been cancelled
Build / PHP 8.5 + Symfony 7.4.* (push) Has been cancelled
Build / Run Psalm (push) Has been cancelled
Build / Validate composer.json (push) Has been cancelled
Build / Validate Coding Standards (push) Has been cancelled

Restrict push trigger to master to avoid duplicate CI runs
This commit is contained in:
Kamil Kokot
2026-06-12 12:34:51 +02:00
committed by GitHub

View File

@@ -2,6 +2,8 @@ name: Build
on: on:
push: push:
branches:
- master
pull_request: pull_request:
release: release:
types: [created] types: [created]