DinisCruz commited on
Commit
682b090
·
1 Parent(s): 8b1bc6a

changed gh actions to run on all pushes (for now)

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +5 -4
.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: