diff --git a/.github/workflows/release_created.yml b/.github/workflows/release_created.yml new file mode 100644 index 0000000..ecde8d5 --- /dev/null +++ b/.github/workflows/release_created.yml @@ -0,0 +1,22 @@ +# -------------------------------------------------------------- +# WARNING: This file is managed by centralized sync management system. +# Do not edit this file directly, your changes will be overwritten. +# See https://github.com/orange-cloudavenue/workflows for more information. +# -------------------------------------------------------------- +name: Release Published Golang +on: + release: + types: + - published + +permissions: + contents: read + +jobs: + go-report-card: + name: "Go report card" + uses: orange-cloudavenue/workflows/.github/workflows/go_report-card.yml@main + + go-proxy-refresh: + name: "Go proxy refresh" + uses: orange-cloudavenue/workflows/.github/workflows/go_proxy-refresh.yml@main \ No newline at end of file