Skip to content

Commit

Permalink
ci: add main branch PRs to run tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jul 18, 2024
1 parent 038e721 commit 5d6890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
branches: [ "develop", "main" ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d6890d

Please sign in to comment.