Compare commits
1 commit
1959538971
...
9b84dea234
Author | SHA1 | Date | |
---|---|---|---|
9b84dea234 |
2 changed files with 6 additions and 0 deletions
|
@ -52,3 +52,6 @@ steps:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
when:
|
||||||
|
event: [push, tag]
|
||||||
|
|
|
@ -8,3 +8,6 @@ steps:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- make -C polyculeconnect build
|
- make -C polyculeconnect build
|
||||||
|
|
||||||
|
when:
|
||||||
|
event: [push, tag]
|
||||||
|
|
Loading…
Add table
Reference in a new issue