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

This commit is contained in:
Rafal Kupiec 2023-07-12 23:22:17 +02:00
parent 1fcaffd1f0
commit f132619b9c
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

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 }}