Skip to content

Commit

Permalink
revert docker workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Aug 2, 2022
1 parent 0044234 commit c88863f
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
name: Build and publish Docker image

on:
release:
types: [published]

workflow_dispatch:
push:
paths-ignore:
- 'README.md'
- 'book.json'
- '.gitignore'
- '.pep8'
- 'Dockerfile.development'
- '.devcontainer/**'
- '.vscode/**'
- '.github/**'
- '!.github/workflows/docker.yml'
- '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 c88863f

Please sign in to comment.