chore: trigger

This commit is contained in:
DarkSky 2022-08-08 16:31:49 +08:00
parent f3a4df52b0
commit 4f01af87a4

View File

@ -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 }}