checksum workflow fix

patch-1
sandeep 2023-03-18 14:49:20 +05:30
parent 42e3a220a7
commit ed1d10535c
1 changed files with 5 additions and 5 deletions

View File

@ -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: |