Skip to content

Commit 2cea45d

Browse files
committed
revert back to pull_request instead of workflow dispatch
1 parent 444cdd2 commit 2cea45d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/resqui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run resqui
22

33
on:
44
push:
5-
workflow_dispatch:
5+
pull_request:
66

77
jobs:
88
resqui:
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
1718
- name: Run resqui
1819
uses: thodkatz/QualityPipelines@main
1920
with:

0 commit comments

Comments
 (0)