mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -2,6 +2,8 @@ name: Main
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
|
Loading…
Add table
Reference in a new issue