diff --git a/.github/workflows/build_push_docker.yml b/.github/workflows/build_push_docker.yml index 40bf1282..520ab3b3 100755 --- a/.github/workflows/build_push_docker.yml +++ b/.github/workflows/build_push_docker.yml @@ -6,6 +6,7 @@ on: - '*' - '**' - '*/*' + - '!master' jobs: install: @@ -74,4 +75,4 @@ jobs: # DISCORD_EMBEDS: {color: 3447003, author: { name: client.user.username, icon_url: client.user.displayAvatarURL() }, title: "EnedisGateway2MQTT new version available => ${{ steps.vars.outputs.version }}", url: "https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt", fields: [{ name: "Github", value: "https://github.com/m4dm4rtig4n/enedisgateway2mqtt"}, {name: "Docker.io", value: "https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt"}], timestamp: new Date(), footer: {icon_url: client.user.displayAvatarURL(), text: "© m4dm4rtig4n"}} uses: Ilshidur/action-discord@master with: - args: 'EnedisGateway2MQTT : New version available ${{ steps.vars.outputs.version }}' \ No newline at end of file + args: '**EnedisGateway2MQTT** : New version available **${{ steps.vars.outputs.version }}**' \ No newline at end of file