Merge pull request #17 from aceberg/dev

Workflows upd
This commit is contained in:
aceberg 2022-09-14 20:55:55 +07:00 committed by GitHub
commit 0c49949a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 14 deletions

View file

@ -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

View file

@ -6,10 +6,6 @@ on:
branches: [ "main" ]
paths:
- 'README.md'
pull_request:
branches: [ "main" ]
paths:
- 'README.md'
env:
IMAGE_NAME: watchyourlan

View file

@ -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