Skip to content

Commit

Permalink
ci: fixed workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jan 10, 2025
1 parent cb2be51 commit d887a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- develop
- main
push:
branches:
- develop
- main

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Test and build
on:
workflow_call:
workflow_dispatch:
push:
branches:
- develop
- main
jobs:
test:
name: Unit Tests
Expand Down

0 comments on commit d887a18

Please sign in to comment.