Skip to content

Commit

Permalink
Fix version & allow workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed May 5, 2023
1 parent e0c2b8d commit 4efcb15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
push:
tags: ["*"]
workflow_dispatch:

jobs:
create_release:
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:

linux:
needs: create_release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4efcb15

Please sign in to comment.