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: on:
# push: push:
# tags: tags:
# - 'v*' - 'v*'
on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: docker