Skip to content

Commit 449166b

Browse files
committed
stop triggering jetbrains
1 parent 2f26519 commit 449166b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/jetbrains-build.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
## JBIJPPTPL
1414

1515
name: Build
16-
on:
17-
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
18-
push:
19-
branches: [main, preview]
20-
# Trigger the workflow on any pull request
21-
# pull_request:
16+
# on:
17+
# # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
18+
# push:
19+
# branches: [main, preview]
20+
# Trigger the workflow on any pull request
21+
# pull_request:
2222

2323
concurrency:
2424
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/jetbrains-release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information.
44

55
name: Release
6-
on:
7-
release:
8-
types: [prereleased, released]
6+
# on:
7+
# release:
8+
# types: [prereleased, released]
99

1010
defaults:
1111
run:

0 commit comments

Comments
 (0)