ci: run for all branches
authorMathew Heard <splitice@users.noreply.github.com>
Mon, 12 Jul 2021 01:39:31 +0000 (11:39 +1000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Jul 2021 17:32:01 +0000 (19:32 +0200)
(cherry picked from commit 5666f0d99e3698bf4b50d243151cb1a445bb81ea)

.github/workflows/test.yml

index 21b3aba..214dd1d 100644 (file)
@@ -2,12 +2,6 @@ name: Build and test
 
 on:
   push:
-    branches:
-      - master
-      - "1.1"
-    tags:
-      - "release-*"
-
   pull_request:
     types:
       - opened