Browse Source

Update pull request trigger for lockfiles workflow (#2247)

Paweł Kuna 5 months ago
parent
commit
e8e3857b00
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/lockfiles.yaml

+ 2 - 1
.github/workflows/lockfiles.yaml

@@ -1,6 +1,7 @@
 name: Changed lock files
 on:
-  pull_request: null
+  pull_request_target: 
+    types: [opened, reopened]
 
 permissions:
   pull-requests: read