diff --git a/.github/workflows/docker-sync.yml b/.github/workflows/docker-sync.yml index 0a4f470..7906e99 100644 --- a/.github/workflows/docker-sync.yml +++ b/.github/workflows/docker-sync.yml @@ -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