Browse Source

uncomment on statement for github actions workflow

Lennart Wittkuhn 1 year ago
parent
commit
c93bcdc884
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -1,7 +1,7 @@
-# on:
-#   workflow_dispatch:
-#   push:
-#     branches: master
+on:
+  workflow_dispatch:
+  push:
+    branches: [master, index]
 name: Quarto Publish
 jobs:
   retrieve: