Skip to content

Commit f80940c

Browse files
committed
CI - trigger plugin build on push path anywhere in plugin folders.
1 parent f2f0bd3 commit f80940c

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/workflows/build-jetbrains-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-jetbrains-plugin
22
on:
33
push:
44
paths:
5-
- 'plugins/jetbrains/'
5+
- 'plugins/jetbrains/**'
66
- '.github/workflows/build-jetbrains-plugin.yml'
77
tags-ignore:
88
- '**'

.github/workflows/build-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-vscode-extension
22
on:
33
push:
44
paths:
5-
- 'plugins/vscode/'
5+
- 'plugins/vscode/**'
66
- '.github/workflows/build-vscode-extension.yml'
77
tags-ignore:
88
- '**'

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ jobs:
7878
)
7979
run: echo "Need to trigger further workflows"
8080

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-
8881
vscode:
8982
name: vscode-trigger
9083
needs: build_and_test
@@ -121,4 +114,4 @@ jobs:
121114
workflow: build-jetbrains-plugin
122115
# ref: ${{ github.event.pull_request.head.ref }}
123116
token: ${{ secrets.WHALELINT_WORKFLOW }}
124-
inputs: '{ "event_type": "push_to_main", "debug": "true" }'
117+
inputs: '{ "event_type": "push_to_main", "debug": "true" }'

0 commit comments

Comments
 (0)