Skip to content

Commit

Permalink
fix: both bots get deployed when we push on main (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga authored Nov 15, 2024
1 parent bf6cab8 commit 70e6c09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- test

jobs:
unit-test:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ jobs:
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}
- name: Deploy to PartitelleBotTest
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.RENDER_TEST_SERVICE_ID }}
api-key: ${{ secrets.RENDER_TEST_API_KEY }}

0 comments on commit 70e6c09

Please sign in to comment.