Skip to content

Commit

Permalink
Merge pull request #22 from go-park-mail-ru/task/PRI-2
Browse files Browse the repository at this point in the history
fix job deploy
  • Loading branch information
marrgancovka authored Mar 13, 2024
2 parents c878322 + c2231a2 commit 62c4e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Deploy App
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/head/dev'
if: github.ref == 'refs/heads/dev'
steps:
- name: Pull code
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 62c4e65

Please sign in to comment.