Skip to content

Commit

Permalink
remove cd (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasromanomr authored Nov 29, 2024
1 parent efa541e commit 9b5da6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/CD.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release
on: [workflow_dispatch, workflow_call:]
on:
workflow_dispatch:
pull_request_target:
branches: [main]
types: [closed]

jobs:
build:
Expand Down

0 comments on commit 9b5da6b

Please sign in to comment.