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 e042ea6 commit eceecb6Copy full SHA for eceecb6
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
106
deploy:
107
name: Deploy artifacts
108
- if: always() && startsWith(github.ref, 'refs/heads/main') # we are on a branch (not a PR)
+ if: always() && startsWith(github.repository, 'InfinyTech3D') && (startsWith(github.ref, 'refs/heads/')) # we are on a branch (not a PR)
109
needs: [build-and-test]
110
runs-on: ubuntu-latest
111
continue-on-error: true
0 commit comments