Spaces:
Sleeping
Sleeping
changed gh actions to run on all pushes (for now)
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
#file: noinspection YAMLSchemaValidation
|
2 |
name: Deploy to GitHub Pages
|
3 |
|
4 |
-
on:
|
5 |
-
push:
|
6 |
-
branches:
|
7 |
-
- main
|
|
|
8 |
|
9 |
jobs:
|
10 |
deploy:
|
|
|
1 |
#file: noinspection YAMLSchemaValidation
|
2 |
name: Deploy to GitHub Pages
|
3 |
|
4 |
+
#on:
|
5 |
+
# push:
|
6 |
+
# branches:
|
7 |
+
# - main
|
8 |
+
on: push
|
9 |
|
10 |
jobs:
|
11 |
deploy:
|