Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-joseph committed Nov 13, 2024
1 parent d057238 commit 848dd30
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,27 @@ In Kubernetes, a Deployment is a resource object that provides declarative updat
C-->P
```

### Github Actions

```mermaid
graph
A[Code Pushed]
B[Pull Request Created]
C[Pull Request Closed]
D[Repository is Forked]
E[Event]
F[Run a Github Action]
A---->E
B---->E
C---->E
D---->E
E---->F
```

## Git Guidelines

- Base branch is *main*
Expand Down

0 comments on commit 848dd30

Please sign in to comment.