diff --git a/.github/workflows/process-templates.yaml b/.github/workflows/process-templates.yaml index 0f19680b1..ab1c8002d 100644 --- a/.github/workflows/process-templates.yaml +++ b/.github/workflows/process-templates.yaml @@ -7,7 +7,7 @@ name: Update Workflows branches: - master paths: - - workflows-templates/** + - workflow-templates/** jobs: update-workflows: runs-on: ubuntu-latest diff --git a/workflow-templates/process-templates.yaml b/workflow-templates/process-templates.yaml index 0a91796f2..2ed6193f4 100644 --- a/workflow-templates/process-templates.yaml +++ b/workflow-templates/process-templates.yaml @@ -5,7 +5,7 @@ on: branches: - master paths: - - "workflows-templates/**" + - "workflow-templates/**" jobs: update-workflows: