Skip to content

Commit

Permalink
stop triggering jetbrains
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Aug 12, 2024
1 parent 2f26519 commit 449166b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jetbrains-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
## JBIJPPTPL

name: Build
on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
push:
branches: [main, preview]
# Trigger the workflow on any pull request
# pull_request:
# on:
# # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
# push:
# branches: [main, preview]
# Trigger the workflow on any pull request
# pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jetbrains-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information.

name: Release
on:
release:
types: [prereleased, released]
# on:
# release:
# types: [prereleased, released]

defaults:
run:
Expand Down

0 comments on commit 449166b

Please sign in to comment.