Skip to content

Commit aaa4336

Browse files
committed
Cleanup CI script
1 parent a6b4140 commit aaa4336

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: "build"
1+
name: build
22

33
on:
4-
workflow_dispatch:
5-
6-
pull_request:
7-
branches:
8-
- main
9-
104
push:
115
branches:
126
- main
137
tags:
148
- v*
159

10+
pull_request:
11+
branches:
12+
- main
13+
14+
workflow_dispatch:
15+
1616
schedule:
1717
- cron: '0 0 * * 1'
1818

0 commit comments

Comments
 (0)