There was an error while loading. Please reload this page.
1 parent 3c4e683 commit 81fd24cCopy full SHA for 81fd24c
1 file changed
.github/workflows/build-site.yml
@@ -1,4 +1,4 @@
1
-name: build-site
+name: Build Website
2
3
# Builds and deploys the browser/WASM ffsubsync site to GitHub Pages
4
# (https://smacke.github.io/ffsubsync). build-wheels cross-compiles the webrtcvad
@@ -11,11 +11,6 @@ name: build-site
11
# so this file must be on master to trigger it there.)
12
13
on:
14
- push:
15
- branches: [master, web-wasm]
16
- paths: ["web/**", ".github/workflows/build-site.yml", "ffsubsync/**"]
17
- pull_request:
18
19
workflow_dispatch:
20
21
permissions:
0 commit comments