From 77fbc9038c56d0c0a73e4acd4c03c31be5031981 Mon Sep 17 00:00:00 2001 From: Arwyn <10365998+ArwynFr@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:07:57 +0200 Subject: [PATCH] ci: reorganize workflows (#9) --- .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 37214f1..1f81f75 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -11,7 +11,5 @@ jobs: with: manifest: ./StepSemVer/StepSemVer.psd1 source: ./StepSemVer/ - 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: