Browse Source

chore(github-action): ignore pull request event

Ignore the pull request event from `Publish Docker Description` action
pull/401/head
Pranav C 3 years ago
parent
commit
0df06f418b
  1. 2
      .github/workflows/docker-readme-publish.yml

2
.github/workflows/docker-readme-publish.yml

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

Loading…
Cancel
Save