Skip to content

Commit

Permalink
Merge pull request #2 from fga-eps-mds/generate-sonar-metrics
Browse files Browse the repository at this point in the history
fixed  release.yml
  • Loading branch information
guipeeix7 authored Dec 7, 2024
2 parents b6bc567 + a554e39 commit 45167e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: backend-beneficios-release

on:
push:
branches: [main]
branches: [master]
tags:
- "v*"
pull_request:
branches:
- main
- master
- devel
types: [closed]

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
git config --global user.email "${{ secrets.GIT_EMAIL }}"
git config --global user.name "${{ secrets.GIT_USER }}"
git clone --single-branch --branch main "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/fga-eps-mds/2024.1-SENTINELA-DOC" doc
git clone --single-branch --branch main "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/fga-eps-mds/2024.2-SENTINELA-DOC" doc
mkdir -p doc/analytics-raw-data
cp -R fga-eps-mds*.json doc/analytics-raw-data
cd doc
Expand Down

0 comments on commit 45167e3

Please sign in to comment.