Skip to content

Commit

Permalink
💚 Don't trigger docker deployment on new lib tags
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 22, 2023
1 parent bdf088b commit 96f5e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-lib-to-npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to NPM
name: Publish typebot-js to NPM

on:
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build Docker images

on:
create:
tags: ['v*']
tags-ignore: ['js-v*', 'react-v*', 'js-lib-v*']
push:
branches: [main]
Expand Down

0 comments on commit 96f5e4d

Please sign in to comment.