Selaa lähdekoodia

Revert github action to pull_request

nuwang 2 vuotta sitten
vanhempi
sitoutus
62e69803b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: {}