Skip to content

Commit 5ad81f3

Browse files
authored
Try get CI PRs building again (ionide#1897)
1 parent db2c0ea commit 5ad81f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Build Pull Requests
22

33
on:
44
push:
5-
branches:
6-
- '*'
5+
branches:
6+
- '*'
7+
pull_request:
8+
branches:
9+
- '*'
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)