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 713e9d3 commit 3814d4eCopy full SHA for 3814d4e
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
name: Publish the latest code as a canary version
145
runs-on: ubuntu-latest
146
needs: [primary_code_validation_and_tests, unit_tests_on_other_node_versions, integration_tests]
147
- # if: github.ref == 'refs/head/master'
+ if: github.ref == 'refs/heads/master'
148
steps:
149
- uses: actions/checkout@v2
150
- name: Use Node.js ${{ env.PRIMARY_NODE_VERSION }}
0 commit comments