Skip to content

Commit cbf305c

Browse files
Update static.yml
1 parent f88868d commit cbf305c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/static.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Deploy static content to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
# push:
7-
# branches: ["main"]
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
812
schedule:
913
- cron: '30 2 * * 1-5'
1014
- cron: '30 15 * * 1-5'

0 commit comments

Comments
 (0)