2
0

👷 Trigger docker deployment on new main tag

This commit is contained in:
Baptiste Arnaud
2023-03-01 11:10:19 +01:00
parent 8672dfe9d7
commit 1d1a25473b

View File

@ -1,6 +1,11 @@
name: Build Docker images
on:
create:
tags:
- 'v*'
- '!js-v*'
- '!react-v*'
push:
branches: [main]
pull_request: