[deploy]
This commit is contained in:
2023-07-08 18:20:40 +02:00
parent 7c74831647
commit e38e63222c

View File

@@ -42,7 +42,7 @@ jobs:
path: build
deploy:
name: 🚀 Deploy
if: github.event_name == 'push' && contains(github.event.head_commit_message, '[deploy]')
if: github.event_name == 'push' && contains(github.event.head_commit.message, '[deploy]')
runs-on: ubuntu-latest
needs: build
environment: