Skip to content

Commit

Permalink
update CI pipeline for gitflow branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Dec 4, 2024
1 parent 4bd28f5 commit 3658006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and push :main image

on:
push:
branches: [ main ]
branches:
- main
- 'release/**'

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pipeline {
anyOf {
branch 'main'
branch 'hotfix/*'
branch 'release/*'
}
expression { !isPrBuild() }
}
Expand Down

0 comments on commit 3658006

Please sign in to comment.