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: 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:

View File

@ -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