Skip to content

Commit 2678aa5

Browse files
committed
fix: TRACEFOSS-1029 Updated paths in gh-pages action.
1 parent 05b3119 commit 2678aa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Publish documentation
22

33
on:
44
workflow_dispatch: # Trigger manually
5-
pull-request:
5+
pull_request:
6+
branches: main
67
push:
78
branches:
89
- main
910
paths:
1011
- 'docs/**'
1112

13+
1214
jobs:
1315
publish:
1416
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions

0 commit comments

Comments
 (0)