File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build-jetbrains-plugin
2
2
on :
3
3
push :
4
4
paths :
5
- - ' plugins/jetbrains/'
5
+ - ' plugins/jetbrains/** '
6
6
- ' .github/workflows/build-jetbrains-plugin.yml'
7
7
tags-ignore :
8
8
- ' **'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build-vscode-extension
2
2
on :
3
3
push :
4
4
paths :
5
- - ' plugins/vscode/'
5
+ - ' plugins/vscode/** '
6
6
- ' .github/workflows/build-vscode-extension.yml'
7
7
tags-ignore :
8
8
- ' **'
Original file line number Diff line number Diff line change 78
78
)
79
79
run : echo "Need to trigger further workflows"
80
80
81
- debug :
82
- name : debug
83
- needs : build_and_test
84
- runs-on : ubuntu-latest
85
- steps :
86
- - run : echo ${{ needs.build_and_test.outputs.trigger_signal }}
87
-
88
81
vscode :
89
82
name : vscode-trigger
90
83
needs : build_and_test
@@ -121,4 +114,4 @@ jobs:
121
114
workflow : build-jetbrains-plugin
122
115
# ref: ${{ github.event.pull_request.head.ref }}
123
116
token : ${{ secrets.WHALELINT_WORKFLOW }}
124
- inputs : ' { "event_type": "push_to_main", "debug": "true" }'
117
+ inputs : ' { "event_type": "push_to_main", "debug": "true" }'
You can’t perform that action at this time.
0 commit comments