Pārlūkot izejas kodu

:wrench: ci: enable tests on PR

Ettore Di Giacinto 3 gadi atpakaļ
vecāks
revīzija
c4396f899b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -2,6 +2,7 @@ name: Test
 
 on:
   push:
+  pull_request:
 
 jobs:
   build:
@@ -152,4 +153,4 @@ jobs:
         run: |
               chmod +x edgevpn
               export EDGEVPNCONFIG=config.yaml
-              bash ./.github/filetest.sh ${{ matrix.role }}
+              bash ./.github/filetest.sh ${{ matrix.role }}