Skip to content

Commit

Permalink
Update metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandes-natanael authored Aug 17, 2024
1 parent b085f14 commit a63e0e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Metrics and Release

on:
push:
branches:
- dev
pull_request:
branches:
- dev
Expand Down Expand Up @@ -34,4 +37,4 @@ jobs:
cd ${{secrets.GIT_DOC_REPO}}
git add .
git commit -m "Adicionando métricas do repositório ${{ github.event.repository.name }} ${{ github.ref_name }}"
git push
git push

0 comments on commit a63e0e8

Please sign in to comment.