Skip to content

Commit

Permalink
ci: mark release workflow as workflow_dispatch
Browse files Browse the repository at this point in the history
According to Github Actions, this should allow to trigger the workflow
manually. Let's see.

Cc: Quentin Monnet <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Oct 1, 2023
1 parent 2a45f80 commit ad63eba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: release

on:
push:
tags:
- '**'
on: workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.event.after }}
Expand Down

0 comments on commit ad63eba

Please sign in to comment.