mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
docs: update build guideline (#1630)
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user