Skip to content

Commit

Permalink
fixi directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bklingen-calpoly committed Apr 25, 2024
1 parent ab6dbd5 commit b5d2c51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/aws-s3-web-app.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: React Frontend AWS S3 Web App CI/CD

defaults:
run:
working-directory: frontend
on:
push:
branches:
Expand All @@ -21,6 +18,10 @@ jobs:

runs-on: ${{ matrix.os }} # ubuntu-latest

defaults:
run:
working-directory: frontend

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b5d2c51

Please sign in to comment.