Skip to content

Commit

Permalink
Changed to on push
Browse files Browse the repository at this point in the history
  • Loading branch information
aenciso committed Jun 25, 2024
1 parent 59b73a0 commit 016249c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-dependabot-nvmrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: Update Dependabot PRs

on:
pull_request:
push:
branches:
- 'dependabot/docker/main/node-22.3.0-alpine-test'
- 'dependabot/docker/**'
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4.1.7
with:
ref: 'dependabot/docker/main/node-22.3.0-alpine-test'
- name: Set up git
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit 016249c

Please sign in to comment.