Add back branch rule that fell off

This commit is contained in:
Daniel Markstedt 2023-11-03 21:40:11 +09:00 committed by Daniel Markstedt
parent cf5421d1f5
commit 0a138eb1be
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ on:
- 'cpp/**'
- 'python/**'
- '.github/workflows/cpp.yml'
branches:
- 'develop'
- 'main'
env:
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev