From fb59503aa1bc95597a5c9d584ca5665fd75703c1 Mon Sep 17 00:00:00 2001 From: Dan Jenkins Date: Tue, 6 Aug 2024 13:01:07 +0100 Subject: [PATCH] only run giothub actions on a release for now --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 432b002..d4e3335 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,13 +4,13 @@ name: Build and Test App on: - push: - tags: - - "v*.*.*" + # push: + # tags: + # - "v*.*.*" release: types: [created] - pull_request: - branches: [ "main" ] + # pull_request: + # branches: [ "main" ] env: REGISTRY_IMAGE: nimbleape/iceperf-agent