2
0

💚 Don't trigger docker deployment on new lib tags

This commit is contained in:
Baptiste Arnaud
2023-02-22 09:20:45 +01:00
parent bdf088bd95
commit 96f5e4db9e
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Publish package to NPM name: Publish typebot-js to NPM
on: on:
push: push:

View File

@ -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]