0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: change workflows trigger (#1257)

This commit is contained in:
Gao Sun 2022-06-27 16:38:39 +08:00 committed by GitHub
parent 217cf6c0b3
commit 9ad2881153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ name: Integration Test
on:
push:
pull_request:
concurrency:
group: integration-test-${{ github.ref }}

View file

@ -2,6 +2,7 @@ name: Main
on:
push:
pull_request:
concurrency:
group: main-${{ github.ref }}