Skip to content

Commit 384b523

Browse files
committed
Do not trigger the doc. workflow when pushing to deploy/faf
There is nothing that requires updating at that point. Everything is already updated via `develop`
1 parent a85ff16 commit 384b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: Documentation - Build and deploy
2222

2323
on:
2424
push:
25-
branches: ["develop", "deploy/fafdevelop", "deploy/fafbeta", "deploy/faf"]
25+
branches: ["develop", "deploy/fafdevelop", "deploy/fafbeta"]
2626
paths: ["docs/**", "changelog/snippets/*.md"]
2727

2828
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)