Skip to content

Commit

Permalink
feat(ci): use original yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetodev committed Sep 13, 2024
1 parent aeb1a0d commit d913bca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/_studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
push:
branches:
- main
- main # '*' for all branches
pull_request:
types: [opened, reopened, synchronize]

Expand All @@ -22,8 +22,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Change to frontend directory
run: cd frontend
- name: Install dependencies
uses: jaid/[email protected]
- uses: jaid/[email protected]
- uses: withastro/action-studio@main

0 comments on commit d913bca

Please sign in to comment.