mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
ci: update workflow trigger (#1354)
This commit is contained in:
parent
21746af50f
commit
e4ff8d8b74
2 changed files with 4 additions and 0 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -2,6 +2,8 @@ name: Integration Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -2,6 +2,8 @@ name: Main
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Add table
Reference in a new issue