Skip to content

Commit 14aef1a

Browse files
authored
Create main.yml
1 parent bd19991 commit 14aef1a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'BuildDLL'
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
schedule:
7+
- cron: '0 0 * * *'
8+
jobs:
9+
BuildDLL:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: nextzlog/zylo@master
13+
with:
14+
token: ${{secrets.GITHUB_TOKEN}}
15+
directory: .

0 commit comments

Comments
 (0)