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 9c24a95 commit e6ddc0eCopy full SHA for e6ddc0e
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
32
- name: Determine whether this is a release build
33
- if: ${{ github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' }}
34
env:
35
IS_RELEASE: "true"
36
run: echo "We will be performing a release upon success"
0 commit comments