Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Mar 5, 2024
1 parent 3c324e8 commit fce7c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: React CI

on:
push:
branches: [main]
branches: [master]

pull_request:
branches: [main]
branches: [master]

jobs:
build:
Expand All @@ -15,7 +15,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
cd frontend
Expand Down

0 comments on commit fce7c37

Please sign in to comment.