From ed1d10535cea762cd0d193a308e0f6400c6ba170 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:49:20 +0530 Subject: [PATCH] checksum workflow fix --- .github/workflows/template-checksum.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index be0621b780..6a1c19db18 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -2,9 +2,11 @@ name: 📝 Template Checksum on: push: - tags: - - '*' - workflow_dispatch: + branches: + - main + paths: + - '**.yaml' + workflow_dispatch: # allows manual triggering of the workflow jobs: build: @@ -15,8 +17,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.19 - check-latest: true - cache: true - name: install checksum generator run: |