From: Mathew Heard Date: Mon, 12 Jul 2021 01:39:31 +0000 (+1000) Subject: ci: run for all branches X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=f2df183380d6c42474de158ed56512d1ff632f30;p=tinc ci: run for all branches (cherry picked from commit 5666f0d99e3698bf4b50d243151cb1a445bb81ea) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21b3aba5..214dd1dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,6 @@ name: Build and test on: push: - branches: - - master - - "1.1" - tags: - - "release-*" - pull_request: types: - opened