From cfb547327cb4a9c8df2ef310fcc12db18ee6cf5a Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Thu, 18 Jan 2024 11:24:21 +0100 Subject: [PATCH] Fix yaml syntax --- .github/workflows/nix.yaml | 6 +++--- .github/workflows/rust.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 3f47b85..96421b8 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -14,9 +14,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v25 - with: - extra_nix_config: | - experimental-features = nix-command flakes + with: + extra_nix_config: | + experimental-features = nix-command flakes - uses: cachix/cachix-action@v14 with: name: informal-sovereign diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 9f8b6b1..f5aeea9 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -3,9 +3,9 @@ name: Rust on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "ibc-rollup" ] pull_request: - branches: [ "main" ] + branches: [ "ibc-rollup" ] env: CARGO_TERM_COLOR: always