Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedict Weis committed Apr 2, 2024
1 parent a46937c commit 4dfb663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: Backend

on:
push:
branches:
- main
pull_request_target:
branches:
- main
Expand All @@ -18,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Node.js
uses: actions/setup-node@v2
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: Frontend

on:
push:
branches:
- main
pull_request_target:
branches:
- main
Expand All @@ -18,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4dfb663

Please sign in to comment.