Skip to content

Commit 7334636

Browse files
authored
Only build and push against master
1 parent ac90891 commit 7334636

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/github-pages.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: github-pages-master
22

33
on:
4-
schedule:
5-
- cron: '55 13 * * *'
6-
# Above time reflects UTC -> PST conversion
7-
# At 6:55 am (PST/PDT) every day, run this CI job
4+
push:
5+
branches:
6+
- "master"
87
pull_request:
98
paths:
109
- ".github/workflows/github-pages.yml"
1110
- "src/**"
1211
branches:
13-
- "master"
12+
- "development"
1413
- "app/dev"
1514
workflow_dispatch:
1615

0 commit comments

Comments
 (0)