ci/cd: Only run AutoGPT Docker Release workflow on releases linked to autogpt-* tag

- Add a condition to the job in autogpt-docker-release.yml to only run on `refs/tags/autogpt-`
This commit is contained in:
Reinier van der Leer
2023-12-11 15:34:32 +01:00
parent f3faa47814
commit b9d7dd1514

View File

@@ -20,6 +20,7 @@ env:
jobs:
build:
if: startsWith(github.ref, 'refs/tags/autogpt-')
runs-on: ubuntu-latest
steps:
- name: Checkout repository