Skip to content

Commit

Permalink
chore: Make actions manual
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jul 10, 2024
1 parent bbd85f6 commit 60fffce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build backend

on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
build-and-push-image:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build docs

on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
build-and-push-image:
Expand Down

0 comments on commit 60fffce

Please sign in to comment.