Skip to content

Commit

Permalink
trigger on pull_request once to make sure it's triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 10, 2024
1 parent 76844fe commit 52763de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: End-to-End Tests
on:
issue_comment:
types: [created]
pull_request:
branches: [main, 'v[0-9]+.x']

concurrency:
group: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 52763de

Please sign in to comment.