Skip to content

Commit

Permalink
Enable CI checking in the dev branch too
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <[email protected]>
  • Loading branch information
thiagomacieira committed Feb 7, 2025
1 parent 1bcde87 commit ba42254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ permissions: read-all

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


# When a PR is updated, cancel the jobs from the previous version. Merges
Expand Down

0 comments on commit ba42254

Please sign in to comment.