Browse Source

chore: update ui.yml

pull/35205/head
afc163 3 years ago
committed by GitHub
parent
commit
75c741c23b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ui.yml

4
.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

Loading…
Cancel
Save