diff --git a/pipelines/drupal-dev.yml b/pipelines/drupal-dev.yml index cd16817b2..30aeba7d4 100644 --- a/pipelines/drupal-dev.yml +++ b/pipelines/drupal-dev.yml @@ -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 diff --git a/pipelines/drupal-test.yml b/pipelines/drupal-test.yml index 36823a8f6..aecbb6489 100644 --- a/pipelines/drupal-test.yml +++ b/pipelines/drupal-test.yml @@ -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