Skip to content

Commit

Permalink
Enable E2E test in durian branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Oct 17, 2024
1 parent 6ced4d3 commit 5d03087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prover_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Prover e2e test
on:
workflow_dispatch:
push:
branches: [ "main", "develop", "release_*", "banana" ]
branches: [ "main", "develop", "release_*", "durian" ]
pull_request:
branches: [ "main", "develop", "release_*", "banana" ]
branches: [ "main", "develop", "release_*", "durian" ]

jobs:
e2e-collection-tests:
Expand Down

0 comments on commit 5d03087

Please sign in to comment.