FIX: the deploy action now only start when the label 'deploy' is applied to the PR

This commit is contained in:
kharhamel 2021-04-26 15:14:21 +02:00
parent ca628d9a90
commit 30cf078df5
3 changed files with 15 additions and 9 deletions

View file

@ -3,8 +3,11 @@
name: "Continuous Integration"
on:
- "pull_request"
- "push"
push:
branches:
- master
- develop
pull_request:
jobs: