Skip to content

Commit

Permalink
Do not trigger the doc. workflow when pushing to deploy/faf
Browse files Browse the repository at this point in the history
There is nothing that requires updating at that point. Everything
is already updated via `develop`
  • Loading branch information
Garanas committed Aug 4, 2024
1 parent a85ff16 commit 384b523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Documentation - Build and deploy

on:
push:
branches: ["develop", "deploy/fafdevelop", "deploy/fafbeta", "deploy/faf"]
branches: ["develop", "deploy/fafdevelop", "deploy/fafbeta"]
paths: ["docs/**", "changelog/snippets/*.md"]

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

0 comments on commit 384b523

Please sign in to comment.