We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b581ec commit 78d67d5Copy full SHA for 78d67d5
.github/workflows/test-python-requirements.yml
@@ -5,6 +5,10 @@ on:
5
branches: [ main ]
6
paths:
7
- 'requirements.txt'
8
+ pull_request:
9
+ branches: [ main ]
10
+ paths:
11
+ - 'requirements.txt'
12
workflow_dispatch:
13
14
jobs:
0 commit comments