Skip to content

Commit ac90891

Browse files
authored
Enable testing on pull request of github pages build
1 parent bc122ef commit ac90891

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/github-pages.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ on:
55
- cron: '55 13 * * *'
66
# Above time reflects UTC -> PST conversion
77
# At 6:55 am (PST/PDT) every day, run this CI job
8-
8+
pull_request:
9+
paths:
10+
- ".github/workflows/github-pages.yml"
11+
- "src/**"
12+
branches:
13+
- "master"
14+
- "app/dev"
915
workflow_dispatch:
1016

1117
jobs:

0 commit comments

Comments
 (0)