Skip to content

Commit

Permalink
Update workflow dispatch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jun 21, 2024
1 parent 4311fdb commit 894b0b5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Release
name: Create release

on:
push:
tags:
- '*'

permissions:
contents: write
workflow_dispatch:
inputs:
version:
description: 'Version to create'
required: true

jobs:
check:
create_release:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 894b0b5

Please sign in to comment.