Skip to content

Commit

Permalink
Revert change to re-run release on tag update (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored May 15, 2023
1 parent 8ba9eb8 commit 8f3f8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "[ruff] Release"

on:
push:
tags:
- v*
workflow_dispatch:
release:
types: [published]

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

0 comments on commit 8f3f8d3

Please sign in to comment.