ci: change e2e to trigger on push to branch release/*
This commit is contained in:
parent
e35886d42c
commit
4264d3df3e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -2,8 +2,7 @@ name: E2E Tests
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
push:
|
||||
branches:
|
||||
- release/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue