Skip to content

Commit

Permalink
build.yml: Permitir activar manualmente el workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saulvaldelvira committed Mar 9, 2025
1 parent f2b46c1 commit c480b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
types: [opened, synchronize, reopened]
branches: [master]

workflow_dispatch:

jobs:
unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c480b6e

Please sign in to comment.