do not try to deploy when running a PR

lektura
max.mehl 2018-04-11 14:55:10 +02:00
parent 7d6d6ceb51
commit 5d4de975aa
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ pipeline:
- ssh-keyscan -H lund.fsfeurope.org >> ~/.ssh/known_hosts
- ansible-playbook playbook.yml -i hosts
when:
event: [push, pull_request, tag, deployment]
event: [push, tag, deployment]
branch: master