From abc8cb0c650e81a6ffa72de4dbf3c945bbbb46ae Mon Sep 17 00:00:00 2001 From: Vladimir Espinola Date: Sat, 15 Jun 2024 20:04:57 -0400 Subject: [PATCH] removed if from ci.yml --- .github/workflows/ci.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18938a0..064ecbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,24 @@ name: CI on: - issue_comment: - types: [created] + push: + branches: + - main + - develop + - "feature/*" + pull_request: + branches: + - main + - develop + - "feature/*" + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: test: - if: ${{ github.event.issue.pull_request != null && github.event.comment.body == '/build' }} runs-on: macos-latest steps: