Skip to content

Commit

Permalink
cicd: fix release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Jan 4, 2024
1 parent 87b7bdf commit 3eb7e22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: Release
on:
workflow_run:
workflows: ["Test"]
branches: [main]
types:
- completed

Expand All @@ -16,7 +15,7 @@ concurrency:

jobs:
debug:
name: Debug workflow
name: Workflow debug info
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow ${{ github.workflow }} is running on ${{ github.ref }} with ${{ github.event_name }} event"
Expand Down

0 comments on commit 3eb7e22

Please sign in to comment.