Skip to content

Commit

Permalink
Change CI/CD branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mridul549 committed May 29, 2024
1 parent de428c6 commit 32ac580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci-pipeline
on:
push:
branches:
- tests
- main

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "tests" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: awsdeploy
on:
push:
branches:
- tests
- main

jobs:
build:
Expand Down

0 comments on commit 32ac580

Please sign in to comment.