Skip to content

Commit 71c0d2f

Browse files
committed
story-structs > staging: workflows to trigger under all changes
1 parent 41c9376 commit 71c0d2f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/auto.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- dev
88
- develop
99
- staging
10+
1011
paths:
11-
- examples/**
12-
- src/**
13-
- tests/**
12+
- '**/*'
13+
1414
# see <https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#discussion>
1515
types:
1616
- opened
@@ -76,4 +76,5 @@ jobs:
7676
- name: STEP 4 - run as an example
7777
shell: bash
7878
run: |-
79-
just run-exe
79+
just run-exe "James"
80+
just run-exe "Julia"

.github/workflows/manual.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
- name: STEP 4 - run as an example
8888
shell: bash
8989
run: |-
90-
just run-exe
90+
just run-exe "James"
91+
just run-exe "Julia"
9192
9293
# only performed if qa passes and option set
9394
deploy:

0 commit comments

Comments
 (0)