Skip to content

Commit e868875

Browse files
committed
Added on push to master
1 parent ebe5ee1 commit e868875

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Build & Test
22

33
on:
4+
push:
5+
branches:
6+
- "master"
47
pull_request:
5-
branches: [ "master" ]
8+
branches:
9+
- "master"
610
workflow_dispatch:
711

812
permissions:

0 commit comments

Comments
 (0)