Skip to content

Commit

Permalink
feat: update the github action cd.yml in py template
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Feb 18, 2024
1 parent 5b6180b commit 78baf86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions template/py/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD # Continuous Deployment
name: CD # Continuous Deployment or Delivery

on:
push:
Expand All @@ -7,6 +7,8 @@ on:
- '[v]?[0-9]+\.[0-9]+\.[0-9]+.*'

jobs:
todo:
name: TODO
dd:
name: Deploy or Delivery
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

0 comments on commit 78baf86

Please sign in to comment.