Skip to content

Commit

Permalink
trigger e2e tests also when pushing to release branches (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Aug 29, 2024
1 parent 80a62cd commit 931dd81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: E2E Tests

on:
workflow_call:
push:
branches:
- 'main'
- 'release/*'
workflow_dispatch:
pull_request_review:
types: [submitted]
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 931dd81

Please sign in to comment.