Skip to content

Commit

Permalink
chore(actions): 👷 Include pull request fro workflow runs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Sep 8, 2024
1 parent e84b0f1 commit 0c5d50b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker Publish API
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Docker Publish Frontend
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
},
"typescript.tsdk": "node_modules\\typescript\\lib",

"conventionalCommits.scopes": ["mono", "api/src", "frontend/src", "actions"]
"conventionalCommits.scopes": ["mono", "api/src", "frontend/src", "actions", "frontend/components", "frontent/pages"]
}
3 changes: 1 addition & 2 deletions apps/api/src/util/QuestionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ export const questions = [
imageUploadQuestionDataSchema,
dropdownQuestionDataSchema,
checkboxQuestionDataSchema,
];
// WE WO CHANGES
];

0 comments on commit 0c5d50b

Please sign in to comment.