♻️ Triggering auto update on create tags

patch-1
Dwi Siswanto 2020-11-20 00:40:08 +07:00
parent 18c74bc6c9
commit ba037c425b
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ on:
push:
branches:
- master
create:
tags:
- v*
jobs:
build:
@ -37,4 +40,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}