Skip to content

Commit

Permalink
gh_actions: Fix uploading esp-matter component from release branches
Browse files Browse the repository at this point in the history
Closes #966
  • Loading branch information
shubhamdp committed Jun 26, 2024
1 parent 6e1aa0c commit 2746877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*

jobs:
upload_components:
Expand All @@ -20,4 +21,4 @@ jobs:
with:
name: "esp_matter"
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 comments on commit 2746877

Please sign in to comment.