Skip to content

Commit 3c4369e

Browse files
authored
Restrict push events to the master branch
1 parent 0cc5a92 commit 3c4369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- "*"
6+
- "master"
77
tags:
88
- "v*.*.*"
99
pull_request:

0 commit comments

Comments
 (0)