actions: deployment workflow update
pull_request closed niet nodig
This commit is contained in:
parent
4507f908e2
commit
3e4e786d91
1 changed files with 0 additions and 6 deletions
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
|
@ -4,16 +4,10 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Deploy with docker
|
name: Deploy with docker
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
runs-on: [self-hosted, Linux, X64]
|
runs-on: [self-hosted, Linux, X64]
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue