Run Emulator test only on master (#536)

This commit is contained in:
Steve Faulkner
2021-03-10 18:52:32 -06:00
committed by GitHub
parent 920c95b614
commit 9253ab1876

View File

@@ -94,7 +94,7 @@ jobs:
path: dist/
endtoendemulator:
name: "End To End Emulator Tests"
needs: [lint, format, compile, unittest]
if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/')
runs-on: windows-latest
steps:
- uses: actions/checkout@v2