ready for review, revert the changes for testing purpose

This commit is contained in:
elayrocks 2024-05-02 13:27:45 -07:00
Родитель 39dc68add8
Коммит f4e3d903e3
1 изменённых файлов: 3 добавлений и 1 удалений

4
.github/workflows/cicd.yml поставляемый
Просмотреть файл

@ -2,7 +2,7 @@ name: Planetary Computer APIs CI/CD
on:
push:
branches: [remove-secret-from-cicd]
branches: [main]
tags: ["*"]
permissions:
@ -52,6 +52,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- build_and_publish
steps:
@ -66,6 +67,7 @@ jobs:
- name: Get image tag
id: get_image_tag
if: ${{ github.base_ref }}
run:
case "${GITHUB_REF}" in
*tags*)