Skip to content

Commit 1a95b6f

Browse files
committed
adding workflow
1 parent 13ee112 commit 1a95b6f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
matrix:
88
node-version: [12,13,14]
99
os: [ubuntu-latest,windows-latest]
10-
include:
11-
- os: ubuntu-latest
12-
node-version: 18
1310
exclude:
1411
- os: windows-latest
1512
runs-on: ${{ matrix.os }}
@@ -26,5 +23,9 @@ jobs:
2623
- name: build node
2724
run: |
2825
npm run build
26+
deploy:
27+
runs-on: ubuntu-latest
28+
needs: build
29+
steps:
2930
- name: deploy workflow
3031
uses: ./.github/workflows/reusable.yml

0 commit comments

Comments
 (0)