Skip to content

Commit

Permalink
Merge pull request #9 from dgreene1/first-release
Browse files Browse the repository at this point in the history
fix(dependabot): allowing dependabot to run the required github actio…
  • Loading branch information
dgreene1 committed Jul 1, 2021
2 parents b7b41ba + fa12a79 commit 764b2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Commitlint on PR

on:
pull_request:
pull_request_target:

jobs:
run-commitlint-on-pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
on:
pull_request:
pull_request_target:
branches:
- main
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: size
on: [pull_request]
on: [pull_request_target]
jobs:
size:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 764b2bf

Please sign in to comment.