chore(workflows): do not publish worker every commit
This commit is contained in:
parent
b5c27c3681
commit
7b2c846125
4
.github/workflows/deploy-api.yml
vendored
4
.github/workflows/deploy-api.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: Deploy API
|
name: Deploy API
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user