Skip to content

Commit

Permalink
chore: Fix CI to publish from main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Oct 16, 2024
1 parent ae2b0bd commit a102b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
with:
ssh-private-key: ${{ secrets.DOWNCLOUD_SSH_KEY }}
- name: Deploy
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
run: yarn cozyPublish --yes

0 comments on commit a102b43

Please sign in to comment.