Browse Source

Remove condition

pull/1574/head
James Jackson-South 6 years ago
parent
commit
86bf22f362
  1. 1
      .github/workflows/build-and-test.yml

1
.github/workflows/build-and-test.yml

@ -59,7 +59,6 @@ jobs:
- name: Build
shell: pwsh
if: startsWith(github.ref, 'refs/tags/') == false
run: ./ci-build.ps1 "${{matrix.options.framework}}"
- name: Test

Loading…
Cancel
Save