Skip to content

Commit eceecb6

Browse files
committed
[ci] Change condition to deploy
1 parent e042ea6 commit eceecb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
deploy:
107107
name: Deploy artifacts
108-
if: always() && startsWith(github.ref, 'refs/heads/main') # we are on a branch (not a PR)
108+
if: always() && startsWith(github.repository, 'InfinyTech3D') && (startsWith(github.ref, 'refs/heads/')) # we are on a branch (not a PR)
109109
needs: [build-and-test]
110110
runs-on: ubuntu-latest
111111
continue-on-error: true

0 commit comments

Comments
 (0)