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:
parent
217cf6c0b3
commit
9ad2881153
2 changed files with 2 additions and 0 deletions
1
.github/workflows/integration-test.yml
vendored
1
.github/workflows/integration-test.yml
vendored
|
@ -2,6 +2,7 @@ name: Integration Test
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: integration-test-${{ github.ref }}
|
||||
|
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -2,6 +2,7 @@ name: Main
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: main-${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue