We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4fc6c3 + 5684917 commit 4251bdaCopy full SHA for 4251bda
1 file changed
.github/workflows/deploy.yml
@@ -61,8 +61,8 @@ jobs:
61
62
deploy:
63
needs: build
64
+ if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }}
65
runs-on: ubuntu-latest
- if: github.base_ref == 'master'
66
steps:
67
- uses: actions/checkout@v4
68
- name: Download Build Artifacts
0 commit comments