Skip to content

Commit

Permalink
Sepolia, mainnet - Add pull_reqeust step
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-consensys committed Dec 13, 2024
1 parent 0d2fbde commit e083f2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linea-mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: linea-mainnet

on:
pull_request:
branches:
- main

workflow_call:
outputs:
workflow_run_id:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linea-sepolia.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: linea-sepolia

on:
pull_request:
branches:
- main

workflow_call:
outputs:
workflow_run_id:
Expand Down

0 comments on commit e083f2f

Please sign in to comment.