Spaces:
Sleeping
Sleeping
Merge pull request #39 from Almondo-Tech/test-branch2
Browse files
.github/workflows/pysen-python-app.yaml
CHANGED
@@ -52,7 +52,7 @@ jobs:
|
|
52 |
file_pattern: '*.py'
|
53 |
|
54 |
- name: Push to Hugging Face Space
|
55 |
-
if: github.
|
56 |
env:
|
57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
58 |
run: |
|
|
|
52 |
file_pattern: '*.py'
|
53 |
|
54 |
- name: Push to Hugging Face Space
|
55 |
+
if: github.event_name == 'push'
|
56 |
env:
|
57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
58 |
run: |
|