Skip to content

Commit 3f0ec80

Browse files
committed
Fix pipeline
1 parent f4b4bb9 commit 3f0ec80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pinned-dependencies.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'Pinned dependencies'
2-
on: push
2+
on:
3+
push:
4+
pull_request:
35

46
jobs:
57
check-dependencies:

0 commit comments

Comments
 (0)