Skip to content

Commit 58931f2

Browse files
committed
ci: limit runs to the master branch
This avoids duplicated runs on merge requests
1 parent 4da2dc5 commit 58931f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ name: build
55

66
on:
77
push:
8+
branches:
9+
- master
810
pull_request:
11+
branches:
12+
- master
913
workflow_dispatch:
1014

1115
permissions:

0 commit comments

Comments
 (0)