Skip to content

Commit

Permalink
Change github actions trigger to use main branch (facebook#769)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rh389 authored and nevilm-lt committed Apr 21, 2022
1 parent 78aebc4 commit 40283bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- "master"
- "main"
paths:
- "docs/**"
- "website/**"
Expand Down

0 comments on commit 40283bf

Please sign in to comment.