diff options
author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-07-01 18:38:54 +0200 |
---|---|---|
committer | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-07-01 18:38:54 +0200 |
commit | 4a95562740bee221061156110b6f60bac969eb55 (patch) | |
tree | 92c30177577a85aae212fbe8e8849cd3f34a238e /.github | |
parent | 1c36673ecbc85bd0be8dc88249568aa8ce7f6795 (diff) |
Update readme to show beta-release, rename workflow-config
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml (renamed from .github/workflows/shellcheck.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/main.yml index 48038d4..a770977 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: ShellCheck +name: Main on: [push, pull_request] |