From 606aeebf4e7443a63fdf6f4e88a286217e163c96 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Mon, 25 Sep 2023 13:11:34 +0200 Subject: [PATCH] Revert "up" This reverts commit 8dc1ee44eeca5866ae8be4fa811a195b4e1a0b6d. --- .github/workflows/main.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4be2cfe..15cb627 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ name: CI on: pull_request: push: + # branches: + # - master jobs: test: @@ -19,10 +21,9 @@ jobs: runs-on: "ubuntu-latest" lint: "lint" - steps: - - uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main - with: - elixir-version: ${{ matrix.elixir-version }} - otp-version: ${{ matrix.otp-version }} - runs-on: ${{ matrix.runs-on }} - lint: ${{ matrix.lint }} + uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main + with: + elixir-version: ${{ matrix.elixir-version }} + otp-version: ${{ matrix.otp-version }} + runs-on: ${{ matrix.runs-on }} + lint: ${{ matrix.lint }}