Skip to content

Commit

Permalink
fix: change github action build to be on demand (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Philippe Fuller <[email protected]>
  • Loading branch information
marcpfuller authored Jul 5, 2023
1 parent b948930 commit 6b708c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on: [pull_request]
name: Build docker images

on: workflow_dispatch

permissions:
contents: read

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

0 comments on commit 6b708c7

Please sign in to comment.