chore: clean up code

This commit is contained in:
Larvan2 2023-04-03 12:03:18 +00:00
parent 2fc37501f5
commit bf31abee22

View File

@ -5,17 +5,15 @@ on:
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "README.md" - "README.md"
- ".github/ISSUE_TEMPLATE/**"
branches: branches:
- Alpha - Alpha
- Beta
- Meta - Meta
tags: tags:
- "v*" - "v*"
pull_request_target: pull_request_target:
branches: branches:
- Alpha - Alpha
- Beta
- Meta
concurrency: concurrency:
group: ${{ github.ref }}-${{ github.workflow }} group: ${{ github.ref }}-${{ github.workflow }}