We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbc783 commit 96f7d1aCopy full SHA for 96f7d1a
.github/workflows/branch-docs.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
docbuild:
10
- if: "contains(github.event.head_commit.message, '[makedocs]') && (github.repository_owner != 'ActivitySim') && (github.ref_name != 'develop')"
+ if: "github.event_name == 'workflow_dispatch' || (contains(github.event.head_commit.message, '[makedocs]') && (github.repository_owner != 'ActivitySim') && (github.ref_name != 'develop'))"
11
# develop branch docs are built at the end of the core test workflow, regardless of repository owner or commit message flags
12
name: ubuntu-latest py3.10
13
runs-on: ubuntu-latest
0 commit comments