Skip to content

Commit

Permalink
fix: run on all PR events
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvig committed Feb 14, 2024
1 parent a9bc380 commit bd28bb8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Tests and Dependabot PR Handling

on:
pull_request:
types: [opened, reopened]
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
# Verifies the boilerplate can start and run in GitHub Actions environment
Expand Down

0 comments on commit bd28bb8

Please sign in to comment.