Do not deploy APIs on PRs

This commit is contained in:
taskylizard 2023-11-13 00:10:48 +05:30
parent 8da7c5cbf5
commit a4f6016faa
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}