Skip to content

Commit

Permalink
Added "push tags" as trigger for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikramer committed Dec 4, 2021
1 parent 052a05e commit d751fdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Create a new KSE release

on: workflow_dispatch
#on:
# push:
# tags:
# - "v*.*.*"
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"

jobs:

Expand Down

0 comments on commit d751fdd

Please sign in to comment.