mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-19 12:32:29 +00:00
Revert to triggering C++ GHA workflows on push (#1003)
This commit is contained in:
parent
ae66bbdc26
commit
aa3e36d311
6
.github/workflows/build_code.yml
vendored
6
.github/workflows/build_code.yml
vendored
@ -2,14 +2,10 @@ name: Build ARM binaries
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
push:
|
||||||
types: [opened, synchronize]
|
|
||||||
paths:
|
paths:
|
||||||
- 'cpp/**'
|
- 'cpp/**'
|
||||||
- '.github/workflows/build_code.yml'
|
- '.github/workflows/build_code.yml'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fullspec:
|
fullspec:
|
||||||
|
6
.github/workflows/cpp.yml
vendored
6
.github/workflows/cpp.yml
vendored
@ -2,14 +2,10 @@ name: C++ Tests/Analysis
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
push:
|
||||||
types: [opened, synchronize]
|
|
||||||
paths:
|
paths:
|
||||||
- 'cpp/**'
|
- 'cpp/**'
|
||||||
- '.github/workflows/cpp.yml'
|
- '.github/workflows/cpp.yml'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev
|
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user