diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 20a0582da..e58d43019 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
ci:
needs: should-skip
- if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
+ if: ${{needs.should-skip.outputs.should-skip-job != 'true' || github.ref == 'refs/heads/main'}}
strategy:
fail-fast: false
matrix:
diff --git a/index.html b/index.html
index 040ceaa2c..10fce56f4 100644
--- a/index.html
+++ b/index.html
@@ -80,6 +80,10 @@
Options
Handle Partial (reloads player)
+