Skip to content

Commit 81fd24c

Browse files
committed
only build website on workflow dispatch trigger
1 parent 3c4e683 commit 81fd24c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build-site.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-site
1+
name: Build Website
22

33
# Builds and deploys the browser/WASM ffsubsync site to GitHub Pages
44
# (https://smacke.github.io/ffsubsync). build-wheels cross-compiles the webrtcvad
@@ -11,11 +11,6 @@ name: build-site
1111
# so this file must be on master to trigger it there.)
1212

1313
on:
14-
push:
15-
branches: [master, web-wasm]
16-
paths: ["web/**", ".github/workflows/build-site.yml", "ffsubsync/**"]
17-
pull_request:
18-
paths: ["web/**", ".github/workflows/build-site.yml", "ffsubsync/**"]
1914
workflow_dispatch:
2015

2116
permissions:

0 commit comments

Comments
 (0)