Skip to content

Commit

Permalink
Updated docs release GHA to run only on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 26, 2024
1 parent a1db738 commit c46a972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '*'
branches:
- main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ the [Deploy Docs to GitHub Pages](https://github.com/AlexSkrypnyk/scaffold/blob/
GitHub Action.

This GitHub Action is designed to automatically build and publish documentation
to GitHub Pages. The workflow triggers on every `push` to the `main` branch.
to GitHub Pages.

The action uses concurrency controls to cancel any in-progress runs
if a new run is initiated, ensuring that only the latest changes are deployed.
Expand Down

1 comment on commit c46a972

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.