Skip to content

Commit

Permalink
Update release workflow to only publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dchyk committed Aug 20, 2024
1 parent 3fe2f5f commit fb5e91d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy to github pages
on:
workflow_dispatch:
push:
branches:
- main
release:
types:
- published

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit fb5e91d

Please sign in to comment.