From: Leonard Göhrs Date: Mon, 30 Jan 2023 13:09:28 +0000 (+0100) Subject: [collectd 6] trigger github worker on collectd-6.0 branch X-Git-Tag: 6.0.0-rc0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6b7a9a514924cb2323e0200ba77291c89c0698;p=thirdparty%2Fcollectd.git [collectd 6] trigger github worker on collectd-6.0 branch Signed-off-by: Leonard Göhrs --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46438a761..082be1acf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ main ] + branches: [ collectd-6.0 ] pull_request: - branches: [ main ] + branches: [ collectd-6.0 ] permissions: contents: read