Skip to content

Commit

Permalink
docs: manual trigger, rename workflow to match master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Dec 18, 2024
1 parent e353125 commit a38a723
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

# From https://github.com/eeholmes/readthedoc-test/blob/main/.github/workflows/docs_pages.yml
name: docs
name: multiversion-docs

# execute this workflow automatically when we push to master or dev
on:
push:
branches:
- master
- dev
workflow_dispatch:
# execute this workflow automatically when we push to master or dev
# push:
# branches:
# - master
# - dev

jobs:

Expand Down

0 comments on commit a38a723

Please sign in to comment.