Skip to content

Commit 0cfb87c

Browse files
committed
compare size check on v7
1 parent f197699 commit 0cfb87c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
changed_browser_integration: ${{ steps.changed.outputs.browser_integration }}
170170
changed_any_code: ${{ steps.changed.outputs.any_code }}
171171
# Note: These next three have to be checked as strings ('true'/'false')!
172+
# is_develop for v7 now also means we're on the `v7` branch.
172173
is_develop: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/v7' }}
173174
is_release: ${{ startsWith(github.ref, 'refs/heads/release/') }}
174175
# When merging into master, or from master
@@ -314,7 +315,7 @@ jobs:
314315
with:
315316
github_token: ${{ secrets.GITHUB_TOKEN }}
316317
skip_step: build
317-
main_branch: develop
318+
main_branch: v7
318319
# When on release branch, we want to always run
319320
# Else, we fall back to the default handling of the action
320321
run_for_branch: ${{ (needs.job_get_metadata.outputs.is_release == 'true' && 'true') || '' }}

0 commit comments

Comments
 (0)