Skip to content

Commit

Permalink
CI - update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Feb 28, 2024
1 parent 8554510 commit 8b38ab9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "[Release] Mirror push to gitlab"

on:
push:
branches: [ "main" ]
release:
types: [ published ]
# push:
# branches: [ "main" ]
# release:
# types: [ published ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
REMOTE: https://gitlab-sml.din.developpement-durable.gouv.fr/rapportnav-v2/rapportnav_v2.git
GIT_USERNAME: ${{ github.actor }}
GIT_PASSWORD: ${{ secrets.GITLAB_MIRROR_TOKEN }}
# GIT_PUSH_ARGS: "--tags --prune"
GIT_PUSH_ARGS: "--tags --prune"
PUSH_ALL_REFS: false
DEBUG: true

0 comments on commit 8b38ab9

Please sign in to comment.