Skip to content

Commit

Permalink
fix: Only deploy changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Jun 5, 2024
1 parent 192b27f commit e0009d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
# TODO: Uncomment once released
# branches: [ main ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit e0009d7

Please sign in to comment.