Skip to content

Commit

Permalink
modify ci/cd pipeline with correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
aidangannon committed Jun 18, 2023
1 parent b2f06d2 commit 6fb9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD Pipeline

on:
push:
branches: [ main ]
branches: [ trunk ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fb9728

Please sign in to comment.