Skip to content

Commit 30be724

Browse files
committed
enable on push for CI
1 parent dc259ca commit 30be724

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: CI
33
on:
44
pull_request:
55
merge_group:
6-
branches:
7-
- evl-update-dependencies-prover-23-1-0
6+
push:
7+
branches:
8+
- evl-update-dependencies-prover-23-1-0
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)