Skip to content

Commit 89c7350

Browse files
authored
fix: workflow main file
GitHub changed the pull request trigger to no longer accept an empty list - I think an empty json struct should work...
1 parent 48524e3 commit 89c7350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flux-framework docs
22

33
on:
44
workflow_dispatch:
5-
pull_request: []
5+
pull_request: {}
66
push:
77
branches-ignore:
88
- main

0 commit comments

Comments
 (0)