Skip to content

Commit

Permalink
ci: reorganize workflows (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Sep 15, 2023
1 parent 928b667 commit e933c06
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: ./ConventionalCommits/ConventionalCommits.psd1
source: ./ConventionalCommits/
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 e933c06

Please sign in to comment.