CI fx workflow 37
Debian build / build (push) Failing after 5m4s

This commit is contained in:
zx
2025-04-13 19:19:34 +03:00
parent 0d4a4945fe
commit a7cda5b70f
4 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
name: Archlinux build
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
on: [none]
on: [push]
jobs:
if: ${{ env.GITHUB_REF == '/refs/heads/master' }}
build:
runs-on: arch-latest
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
branches:
- 'master'
- 'zx'