Skip to content

Commit 175f1e9

Browse files
only build "on push" on every branch
1 parent be8913c commit 175f1e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: GitHub Pages
22

33
on:
44
push:
5-
branches: # TODO: Decide which branches to build
6-
- main
7-
- develop
8-
- feature/deploy-pages
9-
workflow_dispatch:
105

116
jobs:
127
# BUILD

0 commit comments

Comments
 (0)