Skip to content

Commit 268de57

Browse files
set workflow to run only on pull_request and workflow_dispatch
1 parent 40db0de commit 268de57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mplfinance_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mplfinance Checks
2-
on: [ push, pull_request ]
2+
on: [ workflow_dispatch, pull_request ]
33
jobs:
44
Regression_Tests:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)