From c39a528389e6fb85f3c165f1cac379f9bc962f1a Mon Sep 17 00:00:00 2001 From: NikolaGavric94 Date: Sat, 30 Dec 2023 19:10:57 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4f7df79..393f20cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,11 +9,13 @@ on: - 'master' - '3.1.**' - '3.2.**' + - '3.3.**' push: branches: - 'master' - '3.1.**' - '3.2.**' + - '3.3.**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -37,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: '3.2.x' + ref: '3.3.x' # Setup php - name: Setup PHP with PECL extension