Skip to content

Commit f2596f4

Browse files
authored
Build when PRs created again main in order to catch dependency upgrade issues when dependabot is bumping revisions. (#45)
1 parent 948bb77 commit f2596f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
- cron: "0 4 * * *"
77
push:
88
branches:
9-
- '*'
9+
- main
10+
pull_request:
11+
branches:
12+
- main
1013

1114
jobs:
1215
build:

0 commit comments

Comments
 (0)