Skip to content

Commit

Permalink
Prevent Github Action double-up
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed Oct 14, 2023
1 parent c84dba2 commit ebebe04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Backend

on: [push, pull_request]
on: [push]

jobs:
backend:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Frontend

on: [push, pull_request]
on: [push]

permissions:
checks: write
Expand Down

0 comments on commit ebebe04

Please sign in to comment.