Update docker-sync.yml
This commit is contained in:
6
.github/workflows/docker-sync.yml
vendored
6
.github/workflows/docker-sync.yml
vendored
@@ -7,14 +7,10 @@ on:
|
|||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
paths:
|
|
||||||
- 'README.md'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
paths:
|
|
||||||
- 'README.md'
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -22,7 +18,7 @@ on:
|
|||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
Sync-Readme:
|
Sync-Docker:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user