Skip to content

Commit

Permalink
exclude dependabot branches from github actions push events
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Apr 10, 2022
1 parent 342d95c commit fc09588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Expand Up @@ -2,6 +2,8 @@ name: CI/CD

on:
push:
branches-ignore:
- dependabot/**
pull_request:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit fc09588

Please sign in to comment.