Commit d4a21f0a authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix build bug

parent 9a4f7e26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ jobs:

  deploy:
    if: ${{ github.ref == 'master' }}
    needs: [build, test]
    needs: [build]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2