Skip to content

Commit

Permalink
Merge pull request #266 from reload/disable-dependabot-releases
Browse files Browse the repository at this point in the history
Skip deploy workflow for Dependabot
  • Loading branch information
kasperg authored Sep 25, 2023
2 parents 0933659 + 3da8244 commit 0e75386
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deployment

on: push
on:
push:
branches-ignore:
# Dependabot does not have permissions to create releases
- 'dependabot/**'

jobs:
deploy_release:
Expand Down

0 comments on commit 0e75386

Please sign in to comment.