Skip to content

Commit

Permalink
Update docs workflow triggers and add release event type
Browse files Browse the repository at this point in the history
- Updated workflow triggers to include 'workflow_dispatch' and 'release' event type with 'published'.
  • Loading branch information
forntoh committed Oct 4, 2024
1 parent aab4c47 commit 5372bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Deploy Docs

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -10,6 +11,9 @@ on:
- "examples/**"
- ".scripts/**"
- ".github/workflows/docs.yml"
release:
types:
- published

permissions:
contents: write
Expand Down

0 comments on commit 5372bd8

Please sign in to comment.