Skip to content

Commit

Permalink
Fix README, run actions on schedule/pull (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptiiiic authored Feb 14, 2023
1 parent b60491d commit 5252a78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Build & Release
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 1 1 *'
- cron: '0 0 1 4 *'
- cron: '0 0 30 6 *'
- cron: '0 0 28 9 *'
- cron: '0 0 27 12 *'

env:
SSL_LIBRARY: openssl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tsschecker
[![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)
[![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)

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

Expand Down

0 comments on commit 5252a78

Please sign in to comment.