Skip to content

Commit

Permalink
Allow manual invocation of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Sep 13, 2024
1 parent ed278bc commit cef7362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths:
- 'app/**' # Only run if our push contains a file in the app folder

workflow_dispatch: # Allows manual triggering of the workflow

permissions:
contents: read

Expand Down

0 comments on commit cef7362

Please sign in to comment.