Browse Source

debug(publish.yml): add feature branch for testing on fork

pull/748/head
Collin Brown 2 years ago
parent
commit
122b7f5b7d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/publish.yml

+ 1
- 1
.github/workflows/publish.yml View File

@@ -1,7 +1,7 @@
name: Publish
on:
push:
branches: [master]
branches: [master, "@cbrown/743-mkdocs-site"]
jobs:
build:
runs-on: ubuntu-latest


Loading…
Cancel
Save