ci: use e2e only on release branches
This commit is contained in:
parent
3937efe025
commit
36dafcbc6d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/e2e.yml
vendored
7
.github/workflows/e2e.yml
vendored
|
@ -1,11 +1,10 @@
|
|||
name: E2E Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'e2e/**'
|
||||
branches:
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue