diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 3968454e03..4994aeccd2 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -6,6 +6,8 @@ on: push: branches: - master + - next + - feature # Cancel prev CI if new commit come concurrency: @@ -13,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - test: + imagesnapshot: runs-on: ubuntu-latest steps: - name: checkout