Skip to content

Commit c498866

Browse files
committed
CI/CD: trigger platform build only for master
1 parent 8637ab4 commit c498866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
trigger_dmx_platform_build:
22
script:
33
- curl -X POST -F token=${DMX_PLATFORM_TOKEN} -F ref=master https://git.dmx.systems/api/v4/projects/13/trigger/pipeline
4+
only:
5+
- master

0 commit comments

Comments
 (0)