Skip to content

Commit d727bd1

Browse files
author
Nathan Esayeas
authored
feat: test when pushing to master branch (#372)
1 parent 6612ff3 commit d727bd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
schedule:
69
- cron: "0 0 * * *"

0 commit comments

Comments
 (0)