docs: update build guideline (#1630)

This commit is contained in:
Himself65
2023-03-21 00:12:42 -05:00
committed by GitHub
parent ee8303e5f0
commit 05ac48b693
4 changed files with 36 additions and 13 deletions

View File

@@ -3,8 +3,11 @@ name: Build & Test
on:
pull_request_target:
branches: [master]
# Cancels all previous workflow runs for pull requests that have not completed.
paths-ignore:
- '.husky'
- '.vscode'
- 'docs/**'
- 'README.md'
# See https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
# The concurrency group contains the workflow name and the branch name for