Skip to content

Commit

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

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

0 comments on commit 8d18243

Please sign in to comment.