Skip to content

Commit

Permalink
Mode app to subfolder for better organization
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 15, 2024
1 parent dcffb56 commit a673aff
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test App - Node.js
name: Test App - Node.js - Simple

on:
push:
paths:
- 'app/**'
- 'app/nodejs/simple/**'
pull_request:
paths:
- 'app/**'
- 'app/nodejs/simple/**'
workflow_dispatch:

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: 'app'
working-directory: 'app/nodejs/simple'

steps:
- name: Checkout
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a673aff

Please sign in to comment.