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 4b1bfad commit 87b7bdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ concurrency:
cancel-in-progress: true

jobs:
debug:
name: Debug workflow
runs-on: ubuntu-22.04
steps:
- run: echo "Workflow ${{ github.workflow }} is running on ${{ github.ref }} with ${{ github.event_name }} event"
- run: echo "Repo owner is ${{ github.repository_owner }}"
- run: echo "Event workflow conclusion was ${{ github.event.workflow_run.conclusion }}"
briefcase:
name: Briefcase build & draft release
if: |
Expand Down

0 comments on commit 87b7bdf

Please sign in to comment.