chore(github-action): ignore pull request event

Ignore the pull request event from `Publish Docker Description` action
This commit is contained in:
Pranav C
2021-07-25 13:37:07 +05:30
parent 28525fef44
commit 0df06f418b

View File

@@ -3,8 +3,6 @@ name: Publish Docker Description
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
docker-description: