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

View File

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