Skip to content

Commit

Permalink
feat: ✨ add working-direcotry to workflow and rename to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedKevin committed Apr 5, 2021
1 parent 662971b commit 476266b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
types: [created]
jobs:
publish:
defaults:
run:
working-directory: event-listener-http
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 476266b

Please sign in to comment.