when: - event: push branch: main steps: - name: build image: golang commands: - go get ./... - make build