Browse Source

Run cmake and example-plugins CI steps on pull requests too

Signed-off-by: falkTX <falktx@falktx.com>
pull/403/head
falkTX 2 years ago
parent
commit
51290314da
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      .github/workflows/cmake.yml
  2. +5
    -0
      .github/workflows/example-plugins.yml

+ 5
- 0
.github/workflows/cmake.yml View File

@@ -2,6 +2,11 @@ name: cmake

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
BUILD_TYPE: Release


+ 5
- 0
.github/workflows/example-plugins.yml View File

@@ -2,6 +2,11 @@ name: example-plugins

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
ubuntu-20-04:


Loading…
Cancel
Save