Spaces:
Sleeping
Sleeping
Gruhit Patel
commited on
Commit
·
6d1b431
1
Parent(s):
9cf63b8
Updated the event
Browse files
.github/workflows/test.yml
CHANGED
@@ -2,7 +2,7 @@ name: TestBackend
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches:
|
6 |
|
7 |
jobs:
|
8 |
test:
|
@@ -16,7 +16,7 @@ jobs:
|
|
16 |
- name: Set up python to perform testing
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
-
python-version: '3.9'
|
20 |
|
21 |
- name: Install dependencies
|
22 |
run: |
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches: deployment
|
6 |
|
7 |
jobs:
|
8 |
test:
|
|
|
16 |
- name: Set up python to perform testing
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
+
python-version: '3.9.0'
|
20 |
|
21 |
- name: Install dependencies
|
22 |
run: |
|