Skip to content

Commit

Permalink
[infra] - ci test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
davi-lucciola committed Jul 19, 2024
1 parent 5c8b152 commit 81028d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Continuos Integration - CI

on:
workflow_run:
workflows: ["Tests"]
types:
- completed
branches-ignore:
- "dev"
push:
branches: [main]

# workflow_run:
# workflows: ["Tests"]
# types:
# - completed
# branches-ignore:
# - "dev"

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: [main, dev]
branches: [dev]

jobs:
tests:
Expand Down

0 comments on commit 81028d3

Please sign in to comment.