Skip to content

Commit

Permalink
Feat: fix workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 27, 2025
1 parent 35c7806 commit 1abdf65
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
name: Django Tests

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main, develop]
workflow_dispatch:
inputs:
config:
description: "Which compose config file to deploy"
required: true
default: "docker-compose.dev.yml"
type: choice
options:
- "docker-compose.dev.yml"
- "docker-compose.stag.yml"
- "docker-compose.yml"

jobs:
test:
Expand Down

0 comments on commit 1abdf65

Please sign in to comment.