Update docker-sync.yml

This commit is contained in:
Roy Du
2022-07-12 13:09:46 -06:00
committed by GitHub
parent d675523f2a
commit 3650710c42

View File

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