ci: only run integration tests on dev branch.

This commit is contained in:
Alexandre Pujol 2025-04-13 20:31:18 +02:00
parent 7523a15f5b
commit bfec8edd38
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -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