Skip to content

Commit

Permalink
Add pull_request CI trigger (#669)
Browse files Browse the repository at this point in the history
We want the workflows building the cross chain projects to execute when
changes are commited to the feature branches of PRs modifying files of
those projects. We had all the config required to do that, except the
most important part - the `pull_request` trigger, which we somehow
missed.
  • Loading branch information
mhluongo committed Jul 19, 2023
2 parents e62c262 + 3ec25f6 commit 2639713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross-chain-arbitrum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- "cross-chain/arbitrum/**"
- ".github/workflows/cross-chain-arbitrum.yml"
pull_request:

jobs:
contracts-detect-changes:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cross-chain-optimism.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- "cross-chain/optimism/**"
- ".github/workflows/cross-chain-optimism.yml"
pull_request:

jobs:
contracts-detect-changes:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cross-chain-polygon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- "cross-chain/polygon/**"
- ".github/workflows/cross-chain-polygon.yml"
pull_request:

jobs:
contracts-detect-changes:
Expand Down

0 comments on commit 2639713

Please sign in to comment.