From 1ca12d173f58f1583a964758af031e87f8049be2 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