Skip to content

Commit

Permalink
.github/workflows/deploy.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 24, 2024
1 parent 8a53f45 commit 8552f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
stand: test
anybotPort: 3002
timerTriggerPort: 3003
if: startsWith(github.ref, matrix.branch)
if: ${{ github.ref == matrix.branch }}
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
Expand Down

0 comments on commit 8552f16

Please sign in to comment.