diff options
-rw-r--r-- | .github/workflows/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3e97dac..c613e7e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,4 +1,4 @@ -name: PLIP Build +name: Curie-CLI Build on: push @@ -16,4 +16,4 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: pharmai/plip tag_with_ref: true - push: ${{ startsWith(github.ref, 'refs/tags/') }}
\ No newline at end of file + push: ${{ startsWith(github.ref, 'refs/tags/') }} |