Skip to content

Commit

Permalink
Merge pull request #48 from amitsingh-007/c-ignore-dependabot-on-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Jan 11, 2024
2 parents 4727582 + 1441508 commit d78ba11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Pre Merge

on:
workflow_dispatch:
branches-ignore:
- 'dependabot/**'

inputs:
expected_release_tag:
description: Expected release tag
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches-ignore:
- 'main'
- 'dependabot/**'

jobs:
Test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches-ignore:
- 'main'
- 'dependabot/**'

jobs:
Verify:
Expand Down

0 comments on commit d78ba11

Please sign in to comment.