Skip to content

Commit

Permalink
Rename files and update names of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Dec 5, 2023
1 parent 6a2ead1 commit b4afce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml → .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release to dev
name: E2E
on:
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml → .github/workflows/ecr.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI
name: ECR

on:
pull_request:
branches:
- dev
- master
- 'feature/**'
- 'release/**'
- 'hotfix/**'
types:
Expand Down

0 comments on commit b4afce9

Please sign in to comment.