Skip to content

Commit

Permalink
Merge pull request #195 from TrustNXT/bugfix/skip-dependabot-release
Browse files Browse the repository at this point in the history
Skip release workflow if triggered by dependabot
  • Loading branch information
cyraxx authored Dec 17, 2024
2 parents e96e83c + 523de33 commit 1201071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
jobs:
release:
name: Release
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 1201071

Please sign in to comment.