Skip to content

Commit

Permalink
Merge pull request #22 from github/run-on-prt-for-dependabot
Browse files Browse the repository at this point in the history
run prt for dependabot prs
  • Loading branch information
mattcosta7 authored Jan 22, 2022
2 parents 905abcc + 6604593 commit 25a4e14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
branches-ignore:
- 'dependabot/**'
pull_request_target:
branches:
- 'dependabot/**'

permissions:
contents: read
pull-requests: write

jobs:
build: # make sure build/ci work properly
Expand Down

0 comments on commit 25a4e14

Please sign in to comment.