👷 [CI] trigger ci if build-*.yml changes (#14)
This commit is contained in:
1
.github/workflows/build-kernel.yml
vendored
1
.github/workflows/build-kernel.yml
vendored
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/build-kernel.yml'
|
||||||
- 'kernel/**'
|
- 'kernel/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|||||||
1
.github/workflows/build-manager.yml
vendored
1
.github/workflows/build-manager.yml
vendored
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/build-manager.yml'
|
||||||
- 'manager/**'
|
- 'manager/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|||||||
1
.github/workflows/build-userspace.yml
vendored
1
.github/workflows/build-userspace.yml
vendored
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/build-userspace.yml'
|
||||||
- 'userspace/**'
|
- 'userspace/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user