Skip to content

Commit

Permalink
chore[XXXX]: updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanmugavel committed Jul 23, 2024
1 parent db3ef7e commit 0839b08
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
name: "[BE][FE][DOCUMENTATION] Publish documentation"

on:
workflow_dispatch:
workflow_dispatch: # Trigger manually
pull_request:
branches:
- main
paths:
- 'docs/**'
push:
branches:
- main
paths:
- 'docs/**'

jobs:
publish:
Expand Down

0 comments on commit 0839b08

Please sign in to comment.