Skip to content

Commit

Permalink
Fix failing CI of pull requests
Browse files Browse the repository at this point in the history
adds a guard to prevent pull requests from trying to delete the previous pre-release

closing official-stockfish#4631

No functional change.
  • Loading branch information
Disservin authored and vondele committed Jun 20, 2023
1 parent 6eaa1c3 commit aec8fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stockfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- tools
jobs:
Prerelease:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aec8fb3

Please sign in to comment.