Run all workflows against changes to the develop branch (#995)

This commit is contained in:
nucleogenic 2022-11-18 16:41:13 +00:00 committed by GitHub
parent 163cb5a10e
commit 8e6be9856e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
paths:
- 'cpp/**'
- '.github/workflows/build_code.yml'
push:
branches:
- develop
jobs:
fullspec:

View File

@ -7,6 +7,9 @@ on:
paths:
- 'cpp/**'
- '.github/workflows/cpp.yml'
push:
branches:
- develop
env:
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev

View File

@ -8,6 +8,9 @@ on:
- 'python/web/**'
- 'python/common/**'
- '.github/workflows/web.yml'
push:
branches:
- develop
jobs:
backend_checks: