Skip to content

Commit

Permalink
Add workflow_dispatch: to deploy-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Sep 30, 2024
1 parent cfa9819 commit 6343996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Deploy to releases.slint.dev
on:
push:
paths: 'releases/**'

workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6343996

Please sign in to comment.