Skip to content

Commit

Permalink
feat(workflow): add package name and fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
pixari committed Feb 7, 2023
1 parent ef38775 commit bac60a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
payload: |
{
"package": "@deven-org/documentation-skeleton",
"status": "${{ job.status }}",
"head_commit": "${{github.event.head_commit.url }}",
"pr_url": "${{ github.event.pull_request.html_url || github.event.head_commit.url }}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
branches:
- master
- main
- develop

env:
Expand Down

0 comments on commit bac60a1

Please sign in to comment.