From bfec8edd38153ea43ec9288300ccb4c277cd17a4 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 13 Apr 2025 20:31:18 +0200 Subject: [PATCH] ci: only run integration tests on dev branch. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 166840b44..15807cfe2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,7 @@ jobs: tests: runs-on: ubuntu-24.04 needs: build + if: github.ref == 'refs/heads/dev' steps: - name: Check out repository code uses: actions/checkout@v4