Skip to content

Commit

Permalink
test Dependabot Workflow without condition
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled committed Feb 26, 2024
1 parent 038182f commit 8d39cfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
name: Dependabot Workflow
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ main ]

pull_request_target:
branches: [ main ]

jobs:
set-token:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d39cfe

Please sign in to comment.