mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
ci: trigger workflows on push to push-action/**
This commit is contained in:
parent
8e2eda876d
commit
03390a5f26
3 changed files with 5 additions and 0 deletions
3
.github/workflows/commitlint.yml
vendored
3
.github/workflows/commitlint.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Commitlint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'push-action/**'
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
|
||||
|
|
1
.github/workflows/integration-test.yml
vendored
1
.github/workflows/integration-test.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'push-action/**'
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'push-action/**'
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
|
Loading…
Reference in a new issue