Update comment.yml

pull/612/head
Clément Michaud 2020-02-02 12:23:24 +01:00 committed by GitHub
parent 6245dd68e9
commit 4df798e067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}