Skip to content

Commit 97e5e25

Browse files
authored
chore: Run CI after merges to provernet (#8244)
Given provernet is diverging from master, it'd be nice to have the CI catch any bad cherry picks.
1 parent a742531 commit 97e5e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [master, provernet]
55
pull_request:
66
branches-ignore: [devnet]
77
workflow_dispatch:

0 commit comments

Comments
 (0)