ci: run for all branches
[tinc] / .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