diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index f0825f89..c7d7f228 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -1,5 +1,7 @@ name: Docker Image CD -on: pull_request +on: + pull_request: + types: [opened] jobs: example_comment_pr: @@ -26,4 +28,4 @@ jobs: Pull Requests require approval from an Authelia team member to deploy.' - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}