Skip to content

Commit e52e06e

Browse files
committed
Run CI for all branches
1 parent def9a96 commit e52e06e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches:
6-
- 'master'
7-
tags:
8-
- '*'
5+
pull_request:
96
schedule:
107
- cron: '40 4 * * *' # every day at 4:40
11-
pull_request:
128

139
jobs:
1410
test:

0 commit comments

Comments
 (0)