From e933c065ea8bef56ae5d256b2ffdcf19cd905551 Mon Sep 17 00:00:00 2001 From: Arwyn <10365998+ArwynFr@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:11:56 +0200 Subject: [PATCH] ci: reorganize workflows (#5) --- .github/workflows/deployment.yaml | 2 -- .github/workflows/integration.yaml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 0f5f8ca..05a3324 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -11,7 +11,5 @@ jobs: with: manifest: ./ConventionalCommits/ConventionalCommits.psd1 source: ./ConventionalCommits/ - tests: ./tests/Start-Tests.ps1 secrets: - CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} PSGALLERY_APIKEY: ${{ secrets.PSGALLERY_APIKEY }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 210e19c..eec6f91 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -4,6 +4,8 @@ on: workflow_dispatch: pull_request: branches: [main] + push: + branches: [main] jobs: integration: