Skip to content

Commit 5252a78

Browse files
authored
Fix README, run actions on schedule/pull (#27)
1 parent b60491d commit 5252a78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Build & Release
22
on:
33
push:
4+
pull_request:
45
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 1 1 *'
8+
- cron: '0 0 1 4 *'
9+
- cron: '0 0 30 6 *'
10+
- cron: '0 0 28 9 *'
11+
- cron: '0 0 27 12 *'
512

613
env:
714
SSL_LIBRARY: openssl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tsschecker
2-
[![CI Building](https://img.shields.io/github/workflow/status/1Conan/tsschecker/Build%20%26%20Release/main?style=for-the-badge)](https://github.com/1Conan/tsschecker/actions)
2+
[![CI Building](https://img.shields.io/github/actions/workflow/status/1Conan/tsschecker/build_release.yml?branch=main&style=for-the-badge)](https://github.com/1Conan/tsschecker/actions)
33

44
tsschecker is a powerful tool to check TSS signing status on combinations of various apple devices and firmware versions.
55

0 commit comments

Comments
 (0)