@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user