Skip to content

Commit a058392

Browse files
authored
Change all master branch references to main. (#67)
This affects just the GHAs.
1 parent 98be2b7 commit a058392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: ["**"]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
unittest:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout Parent Repo
8080
uses: actions/checkout@v2
8181
with:
82-
ref: master
82+
ref: main
8383
repository: aws/aws-iot-device-sdk-embedded-C
8484
- run: rm -rf libraries/standard/coreJSON
8585
- name: Clone This Repo

0 commit comments

Comments
 (0)