Skip to content

Commit

Permalink
don't run docker action on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol authored Aug 3, 2022
1 parent fc6a51a commit 0462359
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ on:
- 'docs/**'
branches:
- "main"
pull_request:
paths-ignore:
- 'README.md'
- 'book.json'
- '.gitignore'
- '.pep8'
- 'Dockerfile.development'
- '.devcontainer/**'
- '.vscode/**'
- '.github/**'
- '!.github/workflows/docker.yml'
- 'docs/**'
branches:
- "main"

jobs:
docker:
Expand Down

0 comments on commit 0462359

Please sign in to comment.