Skip to content

Commit a5c01ca

Browse files
committed
fix?
1 parent 96bddab commit a5c01ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
needs: job_get_metadata
126126
runs-on: ubuntu-24.04
127127
# Only run this on PRs against develop
128-
if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop'
128+
if: github.event_name == 'pull_request' && github.base_ref == 'develop'
129129
steps:
130130
- name: Check out current commit
131131
uses: actions/checkout@v5

0 commit comments

Comments
 (0)