Skip to content

Commit

Permalink
UHF-11041: Change pipeline triggers (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky authored Dec 4, 2024
1 parent d51eda7 commit cb47bc7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
25 changes: 12 additions & 13 deletions pipelines/drupal-dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Continuous integration (CI) triggers cause a pipeline to run whenever you push
# an update to the specified branches or you push specified tags.
trigger: none
# batch: true
# branches:
# include:
# - dev
# paths:
# exclude:
# - '*.md'
# - '.github/'
# - 'pipelines/drupal-production.yml'
# - 'pipelines/drupal-staging.yml'
# - 'pipelines/drupal-test.yml'
# - 'compose*'
trigger:
batch: true
branches:
include:
- dev
paths:
exclude:
- '*.md'
- '.github/'
- 'pipelines/drupal-production.yml'
- 'pipelines/drupal-staging.yml'
- 'pipelines/drupal-test.yml'

# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
Expand Down
24 changes: 12 additions & 12 deletions pipelines/drupal-test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Continuous integration (CI) triggers cause a pipeline to run whenever you push
# an update to the specified branches or you push specified tags.
trigger:
batch: true
branches:
include:
- dev
paths:
exclude:
- '*.md'
- '.github/'
- 'pipelines/drupal-production.yml'
- 'pipelines/drupal-staging.yml'
- 'pipelines/drupal-dev.yml'
trigger: none
# batch: true
# branches:
# include:
# - dev
# paths:
# exclude:
# - '*.md'
# - '.github/'
# - 'pipelines/drupal-production.yml'
# - 'pipelines/drupal-staging.yml'
# - 'pipelines/drupal-dev.yml'

# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
Expand Down

0 comments on commit cb47bc7

Please sign in to comment.