Skip to content

Commit

Permalink
chore: deploy website on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 5, 2024
1 parent 028018a commit f9a6eef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: 🌐 Deploy Website to GitHub Pages

on:
workflow_dispatch:
# push:
# branches:
# - main
# paths:
# - 'website/**'
# - 'package.json'
push:
branches:
- main
paths:
- 'website/**'
- 'package.json'

# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
Expand Down

0 comments on commit f9a6eef

Please sign in to comment.