Skip to content

Commit

Permalink
Moved ci/cd files to appropriate directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-Witness-98 committed Jul 19, 2024
1 parent 1816d7c commit c27b1fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: 'Continuous Delivery'

on:
...

jobs:
...
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: 'Continuous Integration'

on:
...

jobs:
...

0 comments on commit c27b1fe

Please sign in to comment.