[v0.98] Remove schedule from action to avoid unnecessary workflow runs and fix README ToC

This commit is contained in:
Dr-Noob
2021-07-26 13:10:19 +02:00
parent cb49d4bbab
commit 5ae8db272d
2 changed files with 2 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ on:
types: opened
pull_request:
types: opened
schedule:
- cron: '0 * * * *'
permissions:
issues: write

View File

@@ -23,7 +23,7 @@
- [1. Support](#1-support)
- [2. Installation](#2-installation)
- [2.1 Available packages](#21-available-packages)
- [2.1 Installing from a package](#21-installing-from-a-package)
- [2.2 Building from source (Linux/Windows/macOS)](#22-building-from-source-linuxwindowsmacos)
- [2.3 Android](#23-android)
- [3. Examples](#3-examples)
@@ -32,6 +32,7 @@
- [4. Colors and style](#4-colors-and-style)
- [5. Implementation](#5-implementation)
- [6. Bugs or improvements](#6-bugs-or-improvements)
- [7. Acknowledgements](#7-acknowledgements)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->