Skip to content

Commit

Permalink
chore: update ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 24, 2022
1 parent 0efba5f commit 75c741c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui.yml
Expand Up @@ -6,14 +6,16 @@ on:
push:
branches:
- master
- next
- feature

# Cancel prev CI if new commit come
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:
imagesnapshot:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 75c741c

Please sign in to comment.