Skip to content

Commit 2e4f86d

Browse files
Merge pull request #478 from afuetterer/docs-workflow
ci: rename docs workflow
2 parents c614af4 + d53dfef commit 2e4f86d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Generate and deploy documentation
2+
name: Documentation
33

44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main", "master", "add-automated-documentation"]
7+
branches: ["master"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

0 commit comments

Comments
 (0)