Skip to content

Commit

Permalink
Merge pull request #3 from MaxGhenis/create
Browse files Browse the repository at this point in the history
Change deploy workflow to trigger on main
  • Loading branch information
MaxGhenis authored Oct 4, 2020
2 parents d64f873 + 2f32db4 commit 6769e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy Jupyter Book
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
if: github.repository == 'MaxGhenis/scf'
Expand Down

0 comments on commit 6769e30

Please sign in to comment.