mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 18:42:11 +03:00
chore: trigger
This commit is contained in:
parent
f3a4df52b0
commit
4f01af87a4
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -2,9 +2,9 @@ name: standard check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
branches: [ "develop", "master" ]
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
branches: [ "develop", "master" ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user