Merge branch 'master' into feature/1521_Support_Tray_Menus

This commit is contained in:
Lea Anthony 2022-10-12 21:15:55 +11:00 committed by GitHub
commit 312f1a61a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: PR Checks
on:
pull_request:
pull_request_review:
types: [ submitted ]
jobs:
check_branch_name:
@ -18,7 +20,7 @@ jobs:
test:
name: Run Go Tests
runs-on: ${{ matrix.os }}
needs: check_branch_name
if: github.event.review.state == 'approved'
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]