Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 authored Dec 4, 2023
1 parent a5b0b68 commit 36b32bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

on: workflow_dispatch
name: Upload Release Asset

jobs:
build:
Expand Down

0 comments on commit 36b32bf

Please sign in to comment.