We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c9376 commit 71c0d2fCopy full SHA for 71c0d2f
.github/workflows/auto.yaml
@@ -7,10 +7,10 @@ on:
7
- dev
8
- develop
9
- staging
10
+
11
paths:
- - examples/**
12
- - src/**
13
- - tests/**
+ - '**/*'
14
# see <https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#discussion>
15
types:
16
- opened
@@ -76,4 +76,5 @@ jobs:
76
- name: STEP 4 - run as an example
77
shell: bash
78
run: |-
79
- just run-exe
+ just run-exe "James"
80
+ just run-exe "Julia"
.github/workflows/manual.yaml
@@ -87,7 +87,8 @@ jobs:
87
88
89
90
91
92
93
# only performed if qa passes and option set
94
deploy:
0 commit comments