chore(workflows): do not publish worker every commit

This commit is contained in:
taskylizard 2024-02-29 11:39:31 +00:00
parent b5c27c3681
commit 7b2c846125
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -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 }}