From 533381c4d0fa913ec06f5ac1618d2fb31783b876 Mon Sep 17 00:00:00 2001 From: Marcel Strahl Date: Mon, 20 May 2024 10:55:24 +0200 Subject: [PATCH] Update target branch in CI workflow (#38) Change has been made in GitHub Actions CI workflow file to have the push and pull requests on 'master' branch instead of 'main'. This will make sure that the automated tests are run only on changes to the 'master' branch. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5848358..69e3afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - main + - master jobs: php81: