Skip to content

Commit

Permalink
Add pull_request GH workflow trigger to all workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Dec 6, 2023
1 parent 81aa40c commit 859ce77
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/clp-core-build-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: "clp-core-build-macos"

on:
pull_request:
paths:
- ".github/workflows/clp-core-build-macos.yaml"
- "components/core/cmake/**"
- "components/core/CMakeLists.txt"
- "components/core/src/**"
- "components/core/tests/**"
- "components/core/tools/scripts/lib_install/macos-12/**"
- "components/core/tools/scripts/deps-download/**"
- "components/core/tools/scripts/utils/build-and-run-unit-tests.sh"
push:
paths:
- ".github/workflows/clp-core-build-macos.yaml"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/clp-core-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: clp-core-build

on:
pull_request:
paths:
- ".github/actions/**"
- ".github/workflows/clp-core-build.yaml"
- "components/core/**"
- "!components/core/tools/scripts/lib_install/macos-12/**"
push:
paths:
- ".github/actions/**"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/clp-execution-image-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: "clp-execution-image-build"

on:
pull_request:
paths:
- ".github/workflows/clp-execution-image-build.yaml"
- "components/core/tools/scripts/lib_install/*"
- "tools/docker-images/clp-execution-base-focal/**"
push:
paths:
- ".github/workflows/clp-execution-image-build.yaml"
Expand Down

0 comments on commit 859ce77

Please sign in to comment.