Skip to content

Commit

Permalink
ready for review, revert the changes for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 2, 2024
1 parent 39dc68a commit f4e3d90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Planetary Computer APIs CI/CD

on:
push:
branches: [remove-secret-from-cicd]
branches: [main]
tags: ["*"]

permissions:
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- build_and_publish
steps:
Expand All @@ -66,6 +67,7 @@ jobs:

- name: Get image tag
id: get_image_tag
if: ${{ github.base_ref }}
run:
case "${GITHUB_REF}" in
*tags*)
Expand Down

0 comments on commit f4e3d90

Please sign in to comment.