Skip to content

Commit fdf358c

Browse files
committed
Bring back some of the CI rules from LayrLabs
1 parent 93abc44 commit fdf358c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/certora-prover.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
name: Certora
2+
13
on:
4+
# Run when PRs from feat/* branches are merged into dev
25
pull_request:
6+
types: [closed]
37
branches:
48
- main
9+
10+
# Run on any pushes to certora/* branches
511
push:
612
branches:
7-
- certora/multichain-specs
13+
- 'certora/**'
14+
15+
# Biweekly schedule (1st and 15th of each month at midnight UTC)
16+
schedule:
17+
- cron: '0 0 1,15 * *'
18+
19+
# Manual trigger
820
workflow_dispatch:
921

1022
jobs:

0 commit comments

Comments
 (0)