Skip to content

Commit

Permalink
ci(repo): remove unnecessary pr event trigger (#17247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 19, 2024
1 parent 15e9c13 commit ec98418
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/blobstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
paths:
- "packages/blobstorage/**"
pull_request:
paths:
- "packages/blobstorage/**"

jobs:
test-blobstorage:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/bridge-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- "packages/bridge-ui/**"
tags:
- "bridge-ui-v*"
pull_request:
paths:
- "packages/bridge-ui/**"

jobs:
build-and-test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Eventindexer
on:
push:
branches: [main]
paths:
- "packages/eventindexer/**"
pull_request:
paths:
- "packages/eventindexer/**"
- "go.mod"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/guardian-prover-health-check-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- release-please-*
paths:
- "packages/guardian-prover-health-check-ui/**"
pull_request:
paths:
- "packages/guardian-prover-health-check-ui/**"

jobs:
build-and-test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/guardian-prover-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Guardians Health Check
on:
push:
branches: [main]
paths:
- "packages/guardian-prover-health-check/**"
pull_request:
paths:
- "packages/guardian-prover-health-check/**"
- "go.mod"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
paths:
- "packages/protocol/**"
pull_request:
paths:
- "packages/protocol/**"

jobs:
build-protocol:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Relayer
on:
push:
branches: [main]
paths:
- "packages/relayer/**"
pull_request:
paths:
- "packages/relayer/**"
- "go.mod"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/supplementary-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
paths:
- "packages/supplementary-contracts/**"
pull_request:
paths:
- "packages/supplementary-contracts/**"

jobs:
build-supplementary-contracts:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: "CI"
on:
push:
branches: [main]
paths:
- "packages/taiko-client/**"
pull_request:
paths:
- "packages/taiko-client/**"
- "go.mod"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/taikoon-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- release-please-*
paths:
- "packages/taikoon-ui/**"
pull_request:
paths:
- "packages/taikoon-ui/**"

jobs:
build-and-test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/taikoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches: [main]
paths:
- "packages/taikoon/**"
pull_request:
paths:
- "packages/taikoon/**"

jobs:
build-taikoon:
Expand Down

0 comments on commit ec98418

Please sign in to comment.