Skip to content

Commit

Permalink
Update no fluxo de CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed May 24, 2024
1 parent 566c91c commit 4145f96
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: ci
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Copia os arquivos do repo
Expand Down

0 comments on commit 4145f96

Please sign in to comment.