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: