Skip to content

Commit

Permalink
feature(ci): add conflibot
Browse files Browse the repository at this point in the history
fixes #831
  • Loading branch information
Idrinth committed Apr 18, 2024
1 parent 7abc99d commit 10d3b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/global.conflibot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: conflibot
on:
pull_request:
pull_request_target:
branches:
- master

Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-history-website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ COPY --from=build /project/@idrinth/api-bench/history-website /var/www/html

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 10d3b96

Please sign in to comment.