Fix PKGBUILD.ci for CI workflow, added manual action start
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user