Browse Source

Update build-and-test.yml

pull/2126/head
James Jackson-South 4 years ago
parent
commit
f5000de4c4
  1. 2
      .github/workflows/build-and-test.yml

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

@ -4,11 +4,13 @@ on:
push:
branches:
- main
- "release/*"
tags:
- "v*"
pull_request:
branches:
- main
- "release/*"
jobs:
Build:
strategy:

Loading…
Cancel
Save