Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit f95713b

Browse files
committed
github actions build every day and on release published
1 parent acd4ef8 commit f95713b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ktorbase.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: KtorBase
22

3-
on: [ push ]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
schedule:
8+
- cron: "0 1 * * *"
9+
release:
10+
types: [ published ]
411

512
jobs:
613

0 commit comments

Comments
 (0)