diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml new file mode 100644 index 0000000..64acb60 --- /dev/null +++ b/.github/workflows/proxy.yml @@ -0,0 +1,21 @@ +name: Go proxy warming + +on: + # Only until I start using tags + push: + branches: [ main ] + release: + types: + - created + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' + - '**/v[0-9]+.[0-9]+.[0-9]+' + workflow_dispatch: + +jobs: + build: + name: Go proxy warming + runs-on: ubuntu-latest + steps: + - name: Pull new module version + uses: andrewslotin/go-proxy-pull-action@master