ci(debug): run on PRs

This commit is contained in:
auth 2024-04-14 12:44:00 +02:00 committed by GitHub
parent d630e5c420
commit 55d76d23a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Beta CI name: Debug CI
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@ -6,6 +6,8 @@ on:
description: 'Upload to CI channel' description: 'Upload to CI channel'
required: false required: false
type: boolean type: boolean
pull_request:
branches: ["dev"]
jobs: jobs:
job_armv8: job_armv8: