diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 44096e01..3ca0151c 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -2,19 +2,8 @@ name: Release Checker on: pull_request_target: - paths: [ - "dispatch_examples/greeter/Cargo.toml", - "frc42_dispatch/Cargo.toml", - "frc42_dispatch/hasher/Cargo.toml", - "dispatch_examples/greeter/Cargo.toml", - "frc42_dispatch/Cargo.toml", - "frc42_dispatch/hasher/Cargo.toml", - "frc42_dispatch/macros/Cargo.toml", - "frc46_token/Cargo.toml", - "frc53_nft/Cargo.toml", - "fvm_actor_utils/Cargo.toml", - "fvm_dispatch_tools/Cargo.toml" - ] + paths: + - "**/Cargo.toml" types: [ opened, synchronize, reopened, labeled, unlabeled ] workflow_dispatch: @@ -32,7 +21,6 @@ jobs: with: sources: | [ - "dispatch_examples/greeter/Cargo.toml", "frc42_dispatch/Cargo.toml", "frc42_dispatch/hasher/Cargo.toml", "frc42_dispatch/macros/Cargo.toml", diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 4c49afa9..c8f38729 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -2,16 +2,8 @@ name: Releaser on: push: - paths: [ - "dispatch_examples/greeter/Cargo.toml", - "frc42_dispatch/Cargo.toml", - "frc42_dispatch/hasher/Cargo.toml", - "frc42_dispatch/macros/Cargo.toml", - "frc46_token/Cargo.toml", - "frc53_nft/Cargo.toml", - "fvm_actor_utils/Cargo.toml", - "fvm_dispatch_tools/Cargo.toml" - ] + paths: + - "**/Cargo.toml" workflow_dispatch: permissions: @@ -27,7 +19,6 @@ jobs: with: sources: | [ - "dispatch_examples/greeter/Cargo.toml", "frc42_dispatch/Cargo.toml", "frc42_dispatch/hasher/Cargo.toml", "frc42_dispatch/macros/Cargo.toml",