Skip to content

Commit

Permalink
feat: enable CI for p1-release branch (#376)
Browse files Browse the repository at this point in the history
Enable CI for `p1-release` branch
  • Loading branch information
eloylp authored Jul 29, 2024
1 parent abb3606 commit 3521cf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: evm-contracts

on:
push:
branches: [main]
branches: [main, p1-release]
pull_request:
branches: [main]
branches: [main, p1-release]
paths:
- "evm-contracts/**"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/relayer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- "main"
- "p1-release"
paths:
- "offchain/components/relayer/**"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solana-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Continuous Integration for Solana Programs

on:
push:
branches: [main, poc]
branches: [main, p1-release]
paths:
- solana/**
- .github/workflows/solana-programs.yml
pull_request:
branches: [main, poc]
branches: [main, p1-release]
paths:
- solana/**
- .github/workflows/solana-programs.yml
Expand Down

0 comments on commit 3521cf4

Please sign in to comment.