Publish only on tags
All checks were successful
Builds / XTChain (push) Successful in 1h21m0s

This commit is contained in:
2023-07-12 23:22:17 +02:00
parent 1fcaffd1f0
commit f132619b9c

View File

@@ -13,10 +13,7 @@ jobs:
- name: Build XTChain
run: CORES=10 ./build-linux.sh
- name: Publish binaries
on:
push:
tags:
- '**'
if: github.ref_type == 'tag'
env:
OSCW_GITHUB_USERNAME: ${{ secrets.OSCW_GITHUB_USERNAME }}
OSCW_GITHUB_PASSWORD: ${{ secrets.OSCW_GITHUB_PASSWORD }}