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:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
push:
|
||||
paths:
|
||||
- 'cpp/**'
|
||||
- '.github/workflows/build_code.yml'
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
fullspec:
|
||||
|
6
.github/workflows/cpp.yml
vendored
6
.github/workflows/cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user