Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
foxted committed May 24, 2023
1 parent 1ec4966 commit 2a68737
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish TechDocs Site
'on':
push:
branches:
- master
- main
paths:
- docs/**
- .github/workflows/main.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish package
on:
push:
branches:
- master
- main

jobs:
publish:
Expand Down
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "@telus/semantic-release-config"
"extends": "@telus/semantic-release-config",
"branches": ["main"]
}

0 comments on commit 2a68737

Please sign in to comment.