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
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'README.md'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
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
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
Sync-Readme:
|
||||
Sync-Docker:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user