Skip to content

Commit

Permalink
renamed dev-cere -> dev, master-cere -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed May 22, 2023
1 parent d33db8d commit 81a92a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and push image to ECR
on:
push:
branches:
- dev-cere
- master-cere
- dev
- master
- 'feature/**'
- 'release/**'
- 'hotfix/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Run tests
on:
pull_request:
branches:
- dev-cere
- master-cere
- dev
- master
- 'feature/**'
- 'release/**'
- 'hotfix/**'
Expand Down

0 comments on commit 81a92a8

Please sign in to comment.