Skip to content

Commit

Permalink
Dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 11, 2024
1 parent f42cca8 commit 81fe340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
# Runs on pushes targeting the default branch
branches: [main]
workflow_dispatch:
env:
# `BASE_URL` determines the website is served from, including CSS & JS assets
# You may need to change this to `BASE_URL: ''`
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_build
report.pdf
.DS_Store
.DS_Store
.ipynb_checkpoints

0 comments on commit 81fe340

Please sign in to comment.