Skip to content

Commit

Permalink
feat: added branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhi499 committed Mar 4, 2024
1 parent 620cbe2 commit 7f29359
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/trigger-ui-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- test-git-action
pull_request:
types: [opened, reopened],
branches:
- patch

jobs:
build:
Expand All @@ -20,5 +24,6 @@ jobs:
event_type: build_ui_docs
message: |
{
"repo": "ui"
"repo": "ui",
"branch": "${{ github.head_ref }}"
}

0 comments on commit 7f29359

Please sign in to comment.