Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
test: update path for github actions execution (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freyskeyd authored Oct 10, 2023
1 parent 2a99dbd commit 560c0ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on:
push:
branches:
- main
- "**"
paths: crates/**
pull_request:
branches:
- main
- "**"
types: [opened, synchronize, reopened, ready_for_review]
paths: crates/**
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, debug/**]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
release:
types: [created]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grpc-client-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- "**.proto"
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
paths:
- "./crates/topos-api/**.proto"

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
push:
branches:
- main
- '**'
pull_request:
branches:
- main
- '**'
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sequencer_topos_core_contract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

jobs:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- "**"
pull_request:
branches:
- main
- "**"
types: [opened, synchronize, reopened, ready_for_review]

workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 560c0ca

Please sign in to comment.