Skip to content

Commit 8a74f8e

Browse files
authored
test global path two
1 parent 3a44840 commit 8a74f8e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/deploy.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Deploy
22

33
on:
4-
workflow_dispatch
4+
push:
5+
6+
defaults:
7+
run:
8+
working-directory: src/conference-ia
59

610
jobs:
711
build:
812
name: Build
913
runs-on: ubuntu-latest
10-
defaults:
11-
run:
12-
working-directory: /src/conference-ia/
1314

1415
steps:
1516
- name: Checkout repo
@@ -36,9 +37,6 @@ jobs:
3637
name: Deploy
3738
needs: build
3839
runs-on: ubuntu-latest
39-
defaults:
40-
run:
41-
working-directory: /src/conference-ia/
4240
if: github.ref == 'refs/heads/develop'
4341

4442
steps:

0 commit comments

Comments
 (0)