Skip to content

Commit fa78d25

Browse files
committed
fix: move workflow_dispatch lower
1 parent 18de59a commit fa78d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Deploy docs
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches:
76
- master
87
paths:
98
- docs/**
9+
workflow_dispatch:
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)