ci: do full e2e tests only on master
This commit is contained in:
parent
4171954350
commit
7b9935dc13
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -3,6 +3,8 @@ name: E2E
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- ".github/workflows/images-*"
|
||||
- ".github/workflows/ubuntu.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user