Skip to content

Commit

Permalink
📝 a comment just to trigger CD workflows
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Sep 5, 2024
1 parent e88d4db commit bb7ffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/cd.yml
- .github/workflows/cd.yml # This is to make sure changes to the CD workflow are tested before deployment.

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit bb7ffd3

Please sign in to comment.