Skip to content

Commit

Permalink
ci: enable in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Apr 19, 2024
1 parent 7651863 commit 760eceb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build

on:
pull_request:
branches:
- '*'
workflow_dispatch:
inputs:
branch:
Expand All @@ -25,7 +28,8 @@ jobs:
run: apt-get update && apt-get install -y nodejs git

- run: |
BRANCH=${{ inputs.branch }}
# BRANCH=${{ inputs.branch }}
BRANCH=kvm-nyx-6.0
# remove / (forbidden character in upload-artifact name)
BRANCH=${BRANCH//\//}
# env.ref = kafl/sdv-6.1
Expand Down

0 comments on commit 760eceb

Please sign in to comment.