Skip to content

Commit f81dc40

Browse files
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. Co-authored-by: Shelley <shelley@exe.dev>
1 parent e4b6e6c commit f81dc40

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)