Forráskód Böngészése

Revert github action to pull_request

nuwang 2 éve
szülő
commit
62e69803b8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/integration.yaml

+ 1 - 1
.github/workflows/integration.yaml

@@ -5,7 +5,7 @@ on:
   push:
     branches:
     - main
-  pull_request_target:
+  pull_request:
     branches:
       - main
   workflow_dispatch: {}