Skip to content

Commit

Permalink
Update workflows monitoring branch from main to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjong committed Mar 14, 2024
1 parent 121dc99 commit 04667a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate Pull Request
on:
pull_request:
branches:
- main
- master

jobs:
quality_gate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Rest Application Release
on:
push:
branches:
- main
- master

jobs:
release:
Expand Down

0 comments on commit 04667a0

Please sign in to comment.