Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Add workflow_dispatch to trigger workflow from api
  • Loading branch information
pellecchialuigi authored Nov 7, 2024
1 parent 96b04d1 commit 8506738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: ci

on:
push:

workflow_dispatch:

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

0 comments on commit 8506738

Please sign in to comment.