💚 Don't trigger docker deployment on new lib tags
This commit is contained in:
2
.github/workflows/publish-lib-to-npm.yml
vendored
2
.github/workflows/publish-lib-to-npm.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Publish package to NPM
|
||||
name: Publish typebot-js to NPM
|
||||
|
||||
on:
|
||||
push:
|
||||
|
1
.github/workflows/publish_docker_images.yml
vendored
1
.github/workflows/publish_docker_images.yml
vendored
@ -2,7 +2,6 @@ name: Build Docker images
|
||||
|
||||
on:
|
||||
create:
|
||||
tags: ['v*']
|
||||
tags-ignore: ['js-v*', 'react-v*', 'js-lib-v*']
|
||||
push:
|
||||
branches: [main]
|
||||
|
Reference in New Issue
Block a user