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