only execute crates.io publish on merges to master
This commit is contained in:
parent
8c01d983fa
commit
ea98b5bd05
|
@ -45,6 +45,7 @@ steps:
|
||||||
- if [ $EPP_CLIENT_MACROS_VERSION_CHANGE -eq 2 ]; then echo "epp-client-macros version updated. publishing to crates.io" && cd epp-client-macros && cargo publish && cd .. ; else echo "epp-client-macros version unchanged"; fi
|
- if [ $EPP_CLIENT_MACROS_VERSION_CHANGE -eq 2 ]; then echo "epp-client-macros version updated. publishing to crates.io" && cd epp-client-macros && cargo publish && cd .. ; else echo "epp-client-macros version unchanged"; fi
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event: push
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: ssh
|
- name: ssh
|
||||||
|
|
Loading…
Reference in New Issue