mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Fix failing CI of pull requests
adds a guard to prevent pull requests from trying to delete the previous pre-release closing https://github.com/official-stockfish/Stockfish/pull/4631 No functional change.
This commit is contained in:
committed by
Joost VandeVondele
parent
6eaa1c3ecd
commit
aec8fb3fde
@@ -13,6 +13,7 @@ on:
|
|||||||
- tools
|
- tools
|
||||||
jobs:
|
jobs:
|
||||||
Prerelease:
|
Prerelease:
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user