Skip to content

Commit

Permalink
github actions: run tests on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Sep 2, 2024
1 parent 1e78060 commit 86c8fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit tests (fast suite)

on:
push:
branches: [main, dev-stable]
branches: [main, dev-stable, dev-exp]
pull_request:
branches: [main, dev-stable]
branches: [main, dev-stable, dev-exp]
types: [ opened, synchronize, reopened, ready_for_review ]

jobs:
Expand Down

0 comments on commit 86c8fe6

Please sign in to comment.