Skip to content

Commit

Permalink
feat(ci): trigger deploys on push to main regardless of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Nov 25, 2022
1 parent 6142978 commit 4b4b316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/app-cd-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Deploy App to Review
on:
push:
branches: [main]
paths:
- "app/**"

jobs:
deploy-app:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/iam-cd-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Deploy IAM Server to Review
on:
push:
branches: [main]
paths:
- "iam/**"
- "infra/review/**"

jobs:
build-and-test:
Expand Down

0 comments on commit 4b4b316

Please sign in to comment.