We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f4510 commit ce7106bCopy full SHA for ce7106b
1 file changed
.github/workflows/manual_code_changes.yaml
@@ -2,7 +2,9 @@
2
3
name: Manual Testing
4
on:
5
- workflow_dispatch:
+ pull_request:
6
+ branches:
7
+ - main
8
9
env:
10
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
0 commit comments