deploy action now only for tags pushed
All checks were successful
/ build (push) Successful in 18s
/ deploy (push) Successful in 14s

This commit is contained in:
Louis Guidez 2024-02-08 10:58:16 +00:00
parent 1afcdf8735
commit 2a99bbead4

View file

@ -1,8 +1,8 @@
# on:
# push:
# tags:
# - 'v*'
on: [push]
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: docker