This commit is contained in:
parent
8680552208
commit
52df8db3ad
3 changed files with 40 additions and 48 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -5,6 +5,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
install:
|
||||
name: Install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue