Skip to content

Commit

Permalink
🤖 Pull Request form develop (#87)
Browse files Browse the repository at this point in the history
* 📰 Update CI

- Added changeset for patch update
- Updated workflow to trigger on pull requests
- Renamed job from 'Release' to 'Publish'

* feat(CI&CD): ✨ push new workflow

* ci(CI&CD): 🎡 cI

* 🚀 Update workflow for publishing

- Updated trigger to 'push' on main
- Simplified condition for repository owner
- Removed unnecessary check for pull request status

* feat(new feature): ✨ add ci

---------

Co-authored-by: guozichun <guotingchaopr@gmail.com>
  • Loading branch information
github-actions[bot] and guotingchao authored Apr 30, 2024
1 parent 78d9757 commit d273434
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-insects-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update workflow
5 changes: 5 additions & 0 deletions .changeset/lovely-horses-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update CI
5 changes: 5 additions & 0 deletions .changeset/perfect-emus-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update ci
5 changes: 5 additions & 0 deletions .changeset/wicked-bananas-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cardbrother/nestjs-tencent-cloud-sdk": patch
---

update ci
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
Publish:
name: 🚀 Publish
if: github.repository_owner == 'guotingchao' && github.head_ref == 'changeset-release/main'
if: github.repository_owner == 'guotingchao'
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
Expand Down

0 comments on commit d273434

Please sign in to comment.