Skip to content

Commit a238a43

Browse files
committed
Added push rule for master branches
1 parent c8c89a6 commit a238a43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build & Test
33
on:
44
pull_request:
55
branches: [ master ]
6+
push:
7+
branches: [ master ]
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)