Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
7a548bb
1
Parent(s):
3a39a18
CI: trigger on push to this feat branch, to validate it
Browse files- the manual trigger seems to be insufficient, perhaps if only in a
branch? not sure,
.github/workflows/python-visualtests.yml
CHANGED
|
@@ -2,8 +2,8 @@ name: Visual tests of the app
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
workflow_dispatch:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
#pull_request:
|
| 8 |
# branches: [ "dev", "main" ]
|
| 9 |
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
workflow_dispatch:
|
| 5 |
+
push:
|
| 6 |
+
branches: [ "feat/stateful-workflow" ]
|
| 7 |
#pull_request:
|
| 8 |
# branches: [ "dev", "main" ]
|
| 9 |
|