build: update dev build

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-10-24 19:22:45 +02:00
parent f0d61394a0
commit db5776871e

View File

@ -5,17 +5,14 @@
# See /LICENSE for more information.
#
name: Build Arc Base Dev
name: Build Arc Image Dev
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@main