Skip to content

Commit

Permalink
[release/v1.2] dont run docs workflows on release branches (#4755) (#…
Browse files Browse the repository at this point in the history
…4760)

dont run docs workflows on release branches (#4755)

Docs are based off `main`


(cherry picked from commit f8c7056)

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Nov 22, 2024
1 parent 8157937 commit 8a03f39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ on:
push:
branches:
- "main"
- "release/v*"
paths:
- 'site/**'
- 'tools/make/docs.mk'
pull_request:
branches:
- "main"
- "release/v*"
paths:
- 'site/**'
- 'tools/make/docs.mk'
Expand Down

0 comments on commit 8a03f39

Please sign in to comment.