Skip to content

Commit 18e930b

Browse files
committed
Ensure master branch is specified for push events in build workflow
1 parent 33909d9 commit 18e930b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build Tutorials
33

44
on:
55
push:
6+
branches: [ master ]
67
tags: ["*"]
78
pull_request:
89
branches: [ master ]

0 commit comments

Comments
 (0)