CI fx workflow 38
Debian build / build (push) Successful in 3m58s

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