Skip to content

Commit cfe7a6d

Browse files
committed
SP-628 Run tests on push, pull_request
1 parent a8204d0 commit cfe7a6d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Build
22

3-
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
push:
9-
branches-ignore:
10-
- 'master'
3+
on: [push, pull_request]
114

125
jobs:
136
build-and-test:

0 commit comments

Comments
 (0)