temporarily remove deploy until i fix it or something

This commit is contained in:
uku 2024-02-14 15:15:59 +01:00
parent 2b3faa98cc
commit 1c50282114
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -43,7 +43,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/somebranchnamethatwillneverexistcolonthree'
steps:
- uses: actions/checkout@v4