Преглед изворни кода

Revert github action to pull_request

nuwang пре 2 година
родитељ
комит
62e69803b8
1 измењених фајлова са 1 додато и 1 уклоњено
  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: {}