Skip to content

Commit

Permalink
chore: fixes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Oct 27, 2024
1 parent 5cdc196 commit 410a88a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD workflow

on:
push:
branches: [ "fix/deploy-koyeb-script-finish-check" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -97,7 +97,8 @@ jobs:
environment:
name: koyeb
url: ${{ vars.URL }}
needs: build-docker-image
# needs: build-docker-image
needs: ci
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 410a88a

Please sign in to comment.