Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 2, 2023
1 parent 41ce5b6 commit 9f2cccd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Docker Image CI for Privoxy

on:
push:
paths-ignore:
- '.github/**'
- '*.md'
- '.*'
- '.LICENSE'
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
workflow_dispatch:
# push:
# paths-ignore:
# - '.github/**'
# - '*.md'
# - '.*'
# - '.LICENSE'
# branches: [ "main" ]
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "main" ]

jobs:

Expand Down

0 comments on commit 9f2cccd

Please sign in to comment.