Skip to content

Commit 02baeb6

Browse files
rh389facebook-github-bot
authored andcommitted
Change github actions trigger to use main branch (#769)
Summary: This hasn't been updated since we renamed from `master`, and resulted in deploy not triggering. Pull Request resolved: #769 Reviewed By: motiz88 Differential Revision: D34106356 Pulled By: rh389 fbshipit-source-id: ad880d0d95653ec366265c2616ef920770f85732
1 parent bf73ed3 commit 02baeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
paths:
88
- "docs/**"
99
- "website/**"

0 commit comments

Comments
 (0)