]> git.gsnw.org Git - fping.git/commitdiff
GitHub actions: don't run tests twice for github PRs
authorDavid Schweikert <david@schweikert.ch>
Thu, 25 Dec 2025 09:23:50 +0000 (10:23 +0100)
committerDavid Schweikert <david@schweikert.ch>
Thu, 25 Dec 2025 22:15:56 +0000 (23:15 +0100)
.github/workflows/test.yml

index ae529235a85433cf5dfc455af44c7d014bd21548..cfeca6e35a6de220f4b71e85c49dafa3ffae3a25 100644 (file)
@@ -1,5 +1,10 @@
 name: Test
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - develop
+  pull_request:
+  workflow_dispatch:
 jobs:
   Test-Linux:
     runs-on: ${{ matrix.os }}