Skip to content

Commit 048849f

Browse files
committed
ci: run build on all PRs, not just those targeting master
This allows CI to run on PRs that target branches other than master, such as feature branches.
1 parent 63fd16c commit 048849f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- master
66
pull_request:
7-
branches:
8-
- master
97
jobs:
108
run:
119
name: Build

0 commit comments

Comments
 (0)