1
0

ci: run e2e tests on master and dev branches only

This commit is contained in:
dump_stack() 2024-05-23 08:31:34 +00:00
parent 79706099ec
commit 61e3e6d5e8
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -3,6 +3,9 @@ name: E2E
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- master
- dev
paths-ignore: paths-ignore:
- ".github/workflows/images-*" - ".github/workflows/images-*"
- ".github/workflows/ubuntu.yml" - ".github/workflows/ubuntu.yml"