workflow fix

patch-1
sandeep 2021-10-27 18:54:12 +05:30
parent 0462988ca2
commit 7ea69a963f
1 changed files with 0 additions and 2 deletions

View File

@ -1,13 +1,11 @@
name: 🗒 Templates Stats
on:
create:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v2