Skip to content

Commit bf54a71

Browse files
👷 Tropicalise GH actions workflow.
1 parent 0d9a468 commit bf54a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release:
3535
needs: test
3636
runs-on: ubuntu-latest
37-
if: ${{ github.repository == 'pmndrs/three-stdlib' && contains('refs/heads/main,refs/heads/beta,refs/heads/alpha',github.ref) && github.event_name == 'push' }}
37+
if: ${{ github.repository == 'CosmicDNA/three-stdlib' && contains('refs/heads/main,refs/heads/beta,refs/heads/alpha',github.ref) && github.event_name == 'push' }}
3838
steps:
3939
- name: Cancel Previous Runs
4040
uses: styfle/cancel-workflow-action@0.6.0

0 commit comments

Comments
 (0)