mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Re-add wildcard for test-ui path restrictions (#19085)
This commit is contained in:
4
.github/workflows/test-ui.yml
vendored
4
.github/workflows/test-ui.yml
vendored
@@ -2,14 +2,14 @@ name: test-ui
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'ui'
|
||||
- 'ui/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release/**
|
||||
- test-ui
|
||||
paths:
|
||||
- 'ui'
|
||||
- 'ui/**'
|
||||
|
||||
jobs:
|
||||
pre-test:
|
||||
|
||||
Reference in New Issue
Block a user