Skip to content

Commit

Permalink
Merge pull request aceberg#17 from aceberg/dev
Browse files Browse the repository at this point in the history
Workflows upd
  • Loading branch information
aceberg committed Sep 14, 2022
2 parents 78e1302 + 72dd4eb commit 0c49949
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dev-docker-io.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Dev-to-docker.io

on:
workflow_dispatch:
push:
branches: [ "dev" ]
paths:
- 'Dockerfile'
- 'src/**'
pull_request:
branches: [ "dev" ]
paths:
- 'Dockerfile'
- 'src/**'

env:
IMAGE_NAME: watchyourlan
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
branches: [ "main" ]
paths:
- 'README.md'
pull_request:
branches: [ "main" ]
paths:
- 'README.md'

env:
IMAGE_NAME: watchyourlan
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/main-docker-all.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Docker

on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'src/**'
pull_request:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'src/**'

env:
IMAGE_NAME: watchyourlan
Expand Down

0 comments on commit 0c49949

Please sign in to comment.