Skip to content

Commit

Permalink
Update github pages workflow to only publish on release (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dchyk authored Aug 21, 2024
1 parent 3ea4d6a commit 5d57e8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
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 5d57e8d

Please sign in to comment.