Skip to content

Commit 83e986b

Browse files
authored
Merge pull request #213 from cmu-delphi/ndefries/deploy-website-on-dev
Deploy docs website on push/pull to `dev`, since we don't have a `main` branch
2 parents 9af508b + 8346bc9 commit 83e986b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# update the documentation web site on pushes to `dev` branch.
66
on:
77
push:
8-
branches: [main]
8+
branches: [dev]
99
pull_request:
10-
branches: [main]
10+
branches: [dev]
1111
release:
1212
types: [published]
1313
workflow_dispatch:

0 commit comments

Comments
 (0)