FIX: the deploy action now only start when the label 'deploy' is applied to the PR
This commit is contained in:
parent
ca628d9a90
commit
30cf078df5
3 changed files with 15 additions and 9 deletions
7
.github/workflows/continuous_integration.yml
vendored
7
.github/workflows/continuous_integration.yml
vendored
|
@ -3,8 +3,11 @@
|
|||
name: "Continuous Integration"
|
||||
|
||||
on:
|
||||
- "pull_request"
|
||||
- "push"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue