Skip to content

Commit

Permalink
update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Nov 12, 2024
1 parent fb4647e commit 100da44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Build & Publish Docs & Storybook

on:
workflow_dispatch:
push:
branches:
- main
- develop
paths:
- 'frontend/**'
- 'backend/docs/**'
- '.github/workflows/docs.yml'
- '.yarn/**'
- '.storybook/**'
pull_request:
paths:
- 'frontend/**'
- 'backend/docs/**'
- '.github/workflows/docs.yml'
- '.yarn/**'
- '.storybook/**'
Expand Down

0 comments on commit 100da44

Please sign in to comment.