Update readme

This commit is contained in:
suchmememanyskill
2024-02-11 10:33:22 +01:00
parent 2b92b8daee
commit a436c6b5c7
2 changed files with 9 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: (github.event_name == 'release' && github.event.action == 'created') || (github.event_name != 'pull_request' && github.ref == 'refs/heads/master')
if: github.event_name == 'release' && github.event.action == 'created'
steps:
- name: Print GitHub event name
run: |