commit 51290314da3b448ec99df90baafd042a3389107c parent 95e66eba1bb66109fe9df7ad3b4fb2665a4fd0c9 Author: falkTX <falktx@falktx.com> Date: Tue, 3 Jan 2023 12:55:30 +0000 Run cmake and example-plugins CI steps on pull requests too Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | .github/workflows/cmake.yml | | | 5 | +++++ |
M | .github/workflows/example-plugins.yml | | | 5 | +++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -2,6 +2,11 @@ name: cmake on: push: + branches: + - '*' + pull_request: + branches: + - '*' env: BUILD_TYPE: Release diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml @@ -2,6 +2,11 @@ name: example-plugins on: push: + branches: + - '*' + pull_request: + branches: + - '*' jobs: ubuntu-20-04: