Skip to content

Commit

Permalink
[ci] delete doc deployment on tags (#56)
Browse files Browse the repository at this point in the history
* [ci] delete doc deployment on tags

* [doc] update changelog
  • Loading branch information
lgrd authored Apr 21, 2023
1 parent 69e4b45 commit bb59a4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Docker GitHub Container Registry
# documentation.

on:
#schedule:
# - cron: '40 18 * * *'
push:
branches: [ "master" ]
# Publish semver tags as releases.
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ "master", "develop" ]

Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
CHANGED:
- reference de la doc à la branche master
- modification de la ci github pour prendre en compte la branche master
- suppression du déploiement de github pages lors d'un tag

## 2.2.0

Expand Down

0 comments on commit bb59a4d

Please sign in to comment.