Skip to content

Commit 4ebe210

Browse files
authored
Merge pull request #26 from rossiam/to-main
chore: use "main" for main branch name
2 parents 5164df5 + c154a31 commit 4ebe210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
workflow_dispatch:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
test:
@@ -24,7 +24,7 @@ jobs:
2424
needs: test
2525

2626
# don't run on forks
27-
if: ${{ github.repository_owner == 'SmartThingsCommunity' && github.ref == 'refs/heads/master' }}
27+
if: ${{ github.repository_owner == 'SmartThingsCommunity' && github.ref == 'refs/heads/main' }}
2828

2929
runs-on: ubuntu-latest
3030

0 commit comments

Comments
 (0)