Trigger action on tags
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: Release
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
- push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user