Skip to content

Commit 8cbed47

Browse files
authored
CI: de-duplicate docs build on PRs (#760)
1 parent b7a926f commit 8cbed47

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Docs
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
47

58
permissions: {}
69

0 commit comments

Comments
 (0)