Skip to content

Commit 4d26f3e

Browse files
Update workflow triggers to only run on main branch for push events
1 parent fcd2e82 commit 4d26f3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: Documentation
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- main
10+
pull_request:
711

812
permissions:
913
contents: read

0 commit comments

Comments
 (0)