From 1e30290df5702e25790605561abe00fc81ed18dc Mon Sep 17 00:00:00 2001 From: lutangar Date: Fri, 6 Mar 2020 14:07:28 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9clenchement=20de=20la=20publication=20lo?= =?UTF-8?q?rsqu'un=20tag=20est=20pouss=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ba5fb5..1980bf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,14 +1,11 @@ -# This is a basic workflow to help you get started with Actions - -name: Génération et publication du PDF +name: Publication du PDF # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: - branches: [ master ] - pull_request: - branches: [ master ] + tags: + - 'v*.*.*' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: