Skip to content

Commit 53a5420

Browse files
Update package_launcher.yml
1 parent 07a0919 commit 53a5420

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/package_launcher.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Package Launcher
22

33
on:
4+
push:
5+
paths:
6+
- .github/workflows/package_launcher.yml
7+
pull_request:
8+
paths:
9+
- .github/workflows/package_launcher.yml
410
workflow_dispatch:
511

612
jobs:
@@ -35,6 +41,7 @@ jobs:
3541
with:
3642
key: ${{ steps.rust.outputs.cachekey }}
3743
workspaces: "./Launcher -> target"
44+
env-vars: ""
3845
- name: Install cargo-packager
3946
run: cargo +${{ steps.rust.outputs.name }} install cargo-packager --locked --verbose
4047
- name: Build & Package

0 commit comments

Comments
 (0)