mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Only run E2E tests on relevant commits (#3674)
This commit is contained in:
parent
dc002cf999
commit
d358c703b8
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -4,6 +4,21 @@ on:
|
||||
- main
|
||||
- patch-*
|
||||
pull_request:
|
||||
paths:
|
||||
- assets/**
|
||||
- cypress/**
|
||||
- ee/**
|
||||
- frontend/**
|
||||
- pkg/**
|
||||
- server/**
|
||||
- tools/**
|
||||
- go.mod
|
||||
- go.sum
|
||||
- package.json
|
||||
- yarn.lock
|
||||
- docker-compose.yml
|
||||
- webpack.config.js
|
||||
- tsconfig.json
|
||||
|
||||
name: Run Tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user