mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 08:29:59 +00:00
Run all workflows against changes to the develop branch (#995)
This commit is contained in:
parent
163cb5a10e
commit
8e6be9856e
3
.github/workflows/build_code.yml
vendored
3
.github/workflows/build_code.yml
vendored
@ -7,6 +7,9 @@ on:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/build_code.yml'
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
fullspec:
|
||||
|
3
.github/workflows/cpp.yml
vendored
3
.github/workflows/cpp.yml
vendored
@ -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
|
||||
|
3
.github/workflows/web.yml
vendored
3
.github/workflows/web.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
- 'python/web/**'
|
||||
- 'python/common/**'
|
||||
- '.github/workflows/web.yml'
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
backend_checks:
|
||||
|
Loading…
Reference in New Issue
Block a user