ci: also update the first job

This commit is contained in:
Paul Makles
2024-04-07 22:29:24 +01:00
parent acb4190f70
commit 1a8e43d280

View File

@@ -53,7 +53,7 @@ jobs:
cargo nextest run
- name: Start API in background
if: github.event_name != 'pull_request' && github.ref_name == 'master'
if: github.event_name != 'pull_request' && github.ref_name == 'main'
env:
TEST_DB: REFERENCE
run: |