From b00041c6a1a8555175d8dd48f98974607cbe5190 Mon Sep 17 00:00:00 2001 From: Krystian Szymukowicz Date: Sat, 19 Oct 2024 17:57:26 +0200 Subject: [PATCH] [TASK] Update github triggers. --- .github/workflows/TYPO3_12.yml | 2 -- .github/workflows/TYPO3_13.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/TYPO3_12.yml b/.github/workflows/TYPO3_12.yml index e44e741..e0d127a 100644 --- a/.github/workflows/TYPO3_12.yml +++ b/.github/workflows/TYPO3_12.yml @@ -4,11 +4,9 @@ on: push: branches: - main - - release/4.0.0 pull_request: branches: - main - - release/4.0.0 jobs: test: diff --git a/.github/workflows/TYPO3_13.yml b/.github/workflows/TYPO3_13.yml index e89ed84..9e64a0a 100644 --- a/.github/workflows/TYPO3_13.yml +++ b/.github/workflows/TYPO3_13.yml @@ -3,10 +3,10 @@ name: TYPO3 13 on: push: branches: - - release/4.0.0 + - main pull_request: branches: - - release/4.0.0 + - main jobs: test: