Skip to content

Commit

Permalink
Disable release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Jun 14, 2023
1 parent 00a134b commit e8e652a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Release on templatectl
on:
release:
types: [created]
create:
tags:
- '*'
# create:
# tags:
# - '*'

jobs:
release:
Expand Down

0 comments on commit e8e652a

Please sign in to comment.