Skip to content

Commit 088bd33

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

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)