Skip to content

Commit

Permalink
Update defaul branch for github action
Browse files Browse the repository at this point in the history
Summary: Changing the branch triggering github action CI, as default branch changed from master to main.

Reviewed By: stuclar

Differential Revision: D31035490

fbshipit-source-id: 57bcb582ae4c3b4615c801ec295b2ea46c46b494
  • Loading branch information
disylh authored and facebook-github-bot committed Sep 18, 2021
1 parent b9f8b44 commit 1311c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: build
on:
push:
branches:
- master
- main
- github_action
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 1311c5e

Please sign in to comment.