Skip to content

Commit badb60b

Browse files
ci: run tests on PR (#651)
1 parent 22da6a1 commit badb60b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-test-lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Dotnet Build, Lint and Test
22

33
on:
44
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types: [opened, reopened, synchronize]
59

610
jobs:
711
build-test-lint:
@@ -46,4 +50,4 @@ jobs:
4650
- name: Stop PRISM
4751
if: success() || failure()
4852
run: pkill -f prism
49-
working-directory: Xero-NetStandard
53+
working-directory: Xero-NetStandard

0 commit comments

Comments
 (0)