Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jun 13, 2024
1 parent 8689187 commit 0ef4bd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Standard Build Check

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

jobs:
buildtest:
Expand Down

0 comments on commit 0ef4bd9

Please sign in to comment.