Skip to content

Commit

Permalink
Merge pull request #250 from membermatters/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jabelone authored Apr 8, 2024
2 parents f1c9ba9 + feb67d5 commit af25d68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python Linter (Black)

on: [pull_request]
on:
workflow_dispatch:
pull_request:

jobs:
lint-backend:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_docker.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Docker Image (On Dev Push)

on:
workflow_dispatch:
push:
branches:
- "dev"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_docker.pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Docker Image (On PR)

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
branches:
- "dev"
Expand Down

0 comments on commit af25d68

Please sign in to comment.