Skip to content

Commit 029998e

Browse files
committed
Don't run debugger.yaml CI on push
Only on PR
1 parent 5037f63 commit 029998e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/debugger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push, workflow_call, pull_request]
1+
on: [workflow_call, pull_request]
22

33
name: Debugger CI
44
jobs:

0 commit comments

Comments
 (0)