Skip to content

Commit 0d800f0

Browse files
Merge pull request #5 from kabilar/actions
Fix GitHub Actions trigger to run on merges to `main`
2 parents 90e3a82 + 4b742c9 commit 0d800f0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build_deploy.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ name: Deploy Jupyter Book
55
on:
66
push:
77
branches:
8-
- master
9-
- docs
10-
# If your git repository has the Jupyter Book within some-subfolder next to
11-
# unrelated files, you can make this run only if a file within that specific
12-
# folder has been modified.
13-
#
14-
# paths:
15-
# - some-subfolder/**
8+
- main
169

1710
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
1811
jobs:

0 commit comments

Comments
 (0)