Skip to content

Commit

Permalink
Revert "chore: update workflow to trigger manual rease"
Browse files Browse the repository at this point in the history
This reverts commit 8d18243.
  • Loading branch information
pvaneveld committed Jan 26, 2025
1 parent 8d18243 commit cb208da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Release
on:
push:
workflow_dispatch:
on: [push]

env:
CI: true
Expand Down Expand Up @@ -47,7 +45,7 @@ jobs:
release:
timeout-minutes: 15
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
if: github.ref == 'refs/heads/main'
needs: build
steps:
- name: Checkout
Expand Down

0 comments on commit cb208da

Please sign in to comment.