💚 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:
|
on:
|
||||||
push:
|
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:
|
on:
|
||||||
create:
|
create:
|
||||||
tags: ['v*']
|
|
||||||
tags-ignore: ['js-v*', 'react-v*', 'js-lib-v*']
|
tags-ignore: ['js-v*', 'react-v*', 'js-lib-v*']
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
Reference in New Issue
Block a user