We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a586901 commit 4e5cafeCopy full SHA for 4e5cafe
.github/workflows/size-data.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - minor
8
pull_request:
9
10
.github/workflows/size-report.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Download Previous Size Data
59
uses: dawidd6/action-download-artifact@v6
60
with:
61
- branch: main
+ branch: ${{ github.base_ref }}
62
workflow: size-data.yml
63
event: push
64
name: size-data
0 commit comments