Skip to content

Commit

Permalink
ci: reorganize workflows (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored Sep 15, 2023
1 parent 55d96ea commit 77fbc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]

jobs:
integration:
Expand Down

0 comments on commit 77fbc90

Please sign in to comment.