Skip to content

Commit

Permalink
#22706 Updating CLI GHA triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Sep 1, 2023
1 parent 867b147 commit 4c0d4ea
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/cli-cicd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,33 @@ on:
docker_build_push:
description: 'Docker build push'
default: 'false'
pull_request:
paths:
- 'tools/dotcms-cli/**'
push:
branches:
- master
- release-*
paths-ignore:
- '.gitignore'
- '.dockerignore'
- 'dotCMS/src/main/webapp/html'
- '!docker/**'
- 'cicd/**'
- '.cicd/**'
- '*.md'
- '*.adoc'
- '*.txt'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
paths-ignore:
- '.gitignore'
- '.dockerignore'
- 'dotCMS/src/main/webapp/html'
- '!docker/**'
- 'cicd/**'
- '.cicd/**'
- '*.md'
- '*.adoc'
- '*.txt'
- '.github/ISSUE_TEMPLATE/**'
jobs:
cli_tests:
name: CLI tests
Expand Down

0 comments on commit 4c0d4ea

Please sign in to comment.