Skip to content

Commit

Permalink
🚧 Add trigger for bundle workflow
Browse files Browse the repository at this point in the history
This is to test the workflows.
  • Loading branch information
bitwizeshift committed Dec 16, 2023
1 parent c737575 commit 2d16515
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Bundle Binaries
on:
push:
branches: develop

workflow_run:
workflows: [ build ]
types:
Expand Down Expand Up @@ -40,10 +43,10 @@ jobs:
- name: Build
uses: ./.github/actions/cargo-build
with:
profile: ${{ inputs.profile }}
profile: "dev" # ${{ inputs.profile }}

- name: Bundle
uses: ./.github/actions/cargo-bundle
with:
profile: ${{ inputs.profile }}
profile: "dev" # ${{ inputs.profile }}
path: example

0 comments on commit 2d16515

Please sign in to comment.