Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Aug 30, 2024
1 parent bc20b72 commit 4573475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yamllint disable rule:truthy
name: "Deploy Collection"
name: "New Release"

# Trigger the workflow however you prefer
on:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/workflow-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Publish Infrahub Python SDK
# yamllint disable rule:truthy
name: Publish Infrahub Sync Package

on: # yamllint disable rule:truthy
on:
push:
tags:
- "python-sdk-v*"
Expand Down

0 comments on commit 4573475

Please sign in to comment.