Skip to content

Commit

Permalink
fix(cypress): branch definition
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 29, 2023
1 parent 297cc0e commit 3ca1585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -9,7 +9,7 @@ on:

env:
APP_NAME: server
BRANCH: ${{ github.base_ref }}
BRANCH: ${{ github.head_ref || github.ref_name }}
TESTING: true

jobs:
Expand Down

0 comments on commit 3ca1585

Please sign in to comment.