Skip to content

Commit

Permalink
fix(ci): release workflow should run when called
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 1, 2024
1 parent 49b4e33 commit ef8e5d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
name: Release
runs-on: ubuntu-22.04

if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ef8e5d9

Please sign in to comment.