X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fstockfish.yml;fp=.github%2Fworkflows%2Fstockfish.yml;h=082c65def1831a3b28ee2d2a59918a0466e51ba8;hb=295f57829ea189248c8b4afa8d11222d170f78da;hp=6345b27cb7424efda303423cf2e88e13e97a1abd;hpb=b60738e01b5393e6f85bc10d2f257dd0cd26a2f9;p=stockfish diff --git a/.github/workflows/stockfish.yml b/.github/workflows/stockfish.yml index 6345b27c..082c65de 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -1,6 +1,8 @@ name: Stockfish on: push: + tags: + - '*' branches: - master - tools @@ -17,8 +19,8 @@ jobs: Compiles: uses: ./.github/workflows/stockfish_compile_test.yml Binaries: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || (startsWith(github.ref_name, 'sf_') && github.ref_type == 'tag') uses: ./.github/workflows/stockfish_binaries.yml ARM_Binaries: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || (startsWith(github.ref_name, 'sf_') && github.ref_type == 'tag') uses: ./.github/workflows/stockfish_arm_binaries.yml