Skip to content

Commit

Permalink
chore: Run CI after merges to provernet (#8244)
Browse files Browse the repository at this point in the history
Given provernet is diverging from master, it'd be nice to have the CI
catch any bad cherry picks.
  • Loading branch information
spalladino authored Aug 28, 2024
1 parent a742531 commit 97e5e25
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
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [master]
branches: [master, provernet]
pull_request:
branches-ignore: [devnet]
workflow_dispatch:
Expand Down

0 comments on commit 97e5e25

Please sign in to comment.