From 413178ce9cad90976b134963c7268e9b4034d18b Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Sat, 13 Jan 2024 17:12:47 +0100 Subject: [PATCH] Update branches for CI --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8d1f0..c937a34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,19 +1,16 @@ -name: CI for GDCEF +name: CI for GDCEF Godot 3.x on: workflow_dispatch: branches: - - master - - dev-godot-4 + - godot-3.x push: branches: - - master - - dev-godot-4 + - godot-3.x tags: - '*' pull_request: branches: - - master - - dev-godot-4 + - godot-3.x jobs: @@ -27,6 +24,7 @@ jobs: - name: Checkout GDCEF uses: actions/checkout@v3 with: + ref: godot-3.x submodules: true - name: Install system packages run: |