Revert to triggering C++ GHA workflows on push (#1003)

This commit is contained in:
nucleogenic 2022-11-22 15:42:02 +00:00 committed by GitHub
parent ae66bbdc26
commit aa3e36d311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -2,14 +2,10 @@ name: Build ARM binaries
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
push:
paths:
- 'cpp/**'
- '.github/workflows/build_code.yml'
push:
branches:
- develop
jobs:
fullspec:

View File

@ -2,14 +2,10 @@ name: C++ Tests/Analysis
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
push:
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