From 288da9598bedbdb6ecfc1d73b2ec7f8d5f8e4ee0 Mon Sep 17 00:00:00 2001 From: abdelaz3r Date: Tue, 20 Feb 2024 15:57:51 +0100 Subject: [PATCH] Update github workflows config --- .github/workflows/elixir.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 9f6a938..442858e 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -1,10 +1,6 @@ name: Elixir CI -on: - push: - branches: ['main'] - pull_request: - branches: ['main'] +on: [push, pull_request] permissions: contents: read