Skip to content

Commit

Permalink
fix: Fix certora actions (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf authored Oct 11, 2022
1 parent 46d4caf commit 5640af3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/certora-arbitrum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: certora-arbitrum
on:
push:
branches:
- main
- l2-bridges-audit
- master
pull_request:
branches:
- main
- master

workflow_dispatch:

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/certora-optimism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: certora-optimism
on:
push:
branches:
- main
- l2-bridges-audit
- master
pull_request:
branches:
- main
- master

workflow_dispatch:

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/certora-polygon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: certora-polygon
on:
push:
branches:
- main
- l2-bridges-audit
- master
pull_request:
branches:
- main
- master

workflow_dispatch:

Expand Down

0 comments on commit 5640af3

Please sign in to comment.