Skip to content

Commit

Permalink
Run windows integration tests on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 30, 2021
1 parent 4af3e2a commit 0631b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
- bors/staging
- bors/trying
- 'release/v*'
pull_request:

jobs:
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
cardano-wallet-test-integration:
name: 'cardano-wallet:integration'
needs: setup
if: startsWith(github.ref, 'refs/heads/bors/')
if: ${{ startsWith(github.ref, 'refs/heads/bors/') || startsWith(github.ref, 'refs/heads/release/v') }}
runs-on: windows-2016
steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 0631b7e

Please sign in to comment.