Skip to content

Commit 3bae3c2

Browse files
committed
dont run branch build on master
1 parent 1346789 commit 3bae3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull Request Build
33
on:
44
push:
55
branches:
6-
- master
6+
- '!master'
77
pull_request:
88
branches:
99
- master

0 commit comments

Comments
 (0)