Skip to content

Commit

Permalink
Déclenchement de la publication lorsqu'un tag est poussé
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Mar 6, 2020
1 parent e9d4b3a commit 1e30290
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1e30290

Please sign in to comment.