Skip to content

Commit

Permalink
add ability to run workflow automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguinal committed Jan 26, 2024
1 parent 6a5a640 commit 457ced7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/juypter-book.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Deploy Jupyter Book

on:
workflow-dispatch:
push:
branches: [ main ]


jobs:
deploy-book:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 457ced7

Please sign in to comment.