Skip to content

Commit

Permalink
agora vai
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro committed Mar 29, 2024
1 parent 25216ce commit 52f0b86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: main
on: [push, pull_request]

on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
repo: [relacionamentos, icones]
repo: [relacionamentos, icones, cms, imersaofc, intencoes, maonamassa, niveis, ]
permissions:
contents: write
container:
Expand All @@ -23,4 +22,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Diagramas gerados automaticamente"
commit_message: "Diagramas gerados automaticamente para o repositório ${{ matrix.repo }}"

0 comments on commit 52f0b86

Please sign in to comment.