Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy to GitHub Pages

on:
pull_request:
branches:
- main
push:
branches:
- main # Change this to your main branch if different
Expand All @@ -19,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8" # Specify your Python version
python-version: "3.9" # Specify your Python version

- name: Install dependencies
run: |
Expand Down