Skip to content

Commit

Permalink
disable release step and run release ci fo PRs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amatosov-rbx committed Jun 29, 2022
1 parent b892afd commit 9864ada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags: ["*"]

pull_request:
branches:
- master
jobs:
windows:
runs-on: windows-latest
Expand Down Expand Up @@ -76,6 +79,7 @@ jobs:
path: target/release/foreman

release:
if: ${{ false }}
runs-on: ubuntu-latest
timeout-minutes: 15
needs: ['windows', 'macos', 'linux']
Expand Down

0 comments on commit 9864ada

Please sign in to comment.