Skip to content

allow neighbor updates in reply to new neighbor webhook #89

allow neighbor updates in reply to new neighbor webhook

allow neighbor updates in reply to new neighbor webhook #89

name: Build and Package
on:
push:
branches:
- master
- 'release/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: ./tools/linux-deps.sh
- name: Build project
run: ./tools/linux-build.sh