We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446a295 commit b67c440Copy full SHA for b67c440
.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
timeout-minutes: 15
179
runs-on: ubuntu-latest
180
# Size Check will error out outside of the context of a PR
181
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' }} || ${{ startsWith(github.ref, 'refs/heads/master/') }}
182
steps:
183
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
184
uses: actions/checkout@v2
0 commit comments