Fix PKGBUILD.ci for CI workflow, added manual action start
Debian build / build-ubuntu (push) Has been cancelled
Archlinux build / build-arch (push) Successful in 2m52s

This commit is contained in:
zx
2025-04-13 22:26:47 +03:00
parent ddf8f3f9e0
commit 04f62c7725
3 changed files with 11 additions and 6 deletions
+3 -3
View File
@@ -3,14 +3,14 @@ run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
on:
- push
- workflow_dispatch
if: ${{ github.ref }} == 'refs/head/master'
jobs:
build-arch:
runs-on: arch-latest
if: ${{ github.ref }} == 'refs/head/master'
branches:
- 'master'
- 'zx'
steps:
- name: Checking environment
continue-on-error: true
+3 -1
View File
@@ -1,6 +1,8 @@
name: Debian build
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
on: [push]
on:
- push
- workflow_dispatch
jobs:
build-ubuntu:
runs-on: ubuntu-latest