Skip to content

Commit 3f71d5e

Browse files
committed
Run workflow for all branches on push and pull request
1 parent ff69437 commit 3f71d5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Runs the tests
22

33
on:
4-
push:
5-
branches:
6-
- proto-without-grpc
4+
- push
5+
- pull_request
76

87
jobs:
98
build-polypheny:

0 commit comments

Comments
 (0)