Spaces:
Sleeping
Sleeping
Atharva Thakur
commited on
Commit
•
6fea386
1
Parent(s):
990bd8a
updated testing worklow
Browse files
.github/workflows/StreamlitTesting.yml
CHANGED
@@ -2,8 +2,11 @@ name: Python application
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches:
|
|
|
6 |
pull_request:
|
|
|
|
|
7 |
|
8 |
permissions:
|
9 |
contents: read
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches:
|
6 |
+
- '*' # Trigger on any branch push
|
7 |
pull_request:
|
8 |
+
branches:
|
9 |
+
- 'main'
|
10 |
|
11 |
permissions:
|
12 |
contents: read
|