Skip to content

Commit 04878af

Browse files
authored
Update github-trigger-event-options.adoc (#9392)
* Update github-trigger-event-options.adoc * Update oss.adoc * Update github-apps-integration.adoc
1 parent a4ccab4 commit 04878af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jekyll/_cci2/github-apps-integration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You can add or delete pipelines for your project. For details see the xref:pipel
100100
[#only-build-pull-requests]
101101
=== Only build pull requests
102102

103-
In your trigger settings, select the "PR opened or pushed to, default branch pushes, tag pushes" option under the "Run on" menu. For a full list of GitHub event trigger options, see the xref:github-trigger-event-options/#supported-trigger-options[GitHub event trigger options] page.
103+
In your trigger settings, select the "PR opened or pushed to, default branch and tag pushes" option under the "Run on" menu. For a full list of GitHub event trigger options, see the xref:github-trigger-event-options/#supported-trigger-options[GitHub event trigger options] page.
104104

105105
image::triggers/run-on-open.png[Run on trigger menu options]
106106

jekyll/_cci2/github-trigger-event-options.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GitHub App triggers allow you to define the work to do (pipeline) when an event
5555
* *All pushes*: Trigger your pipeline on all pushes to your repo. All pushes corresponds to the link:https://docs.github.com/en/webhooks/webhook-events-and-payloads#push[GitHub App push event]. No pipelines are triggered on push events when a branch or tag are deleted. No pipeline is triggered when a branch is created.
5656
* *Tag pushes*: Trigger a pipeline on pushes to tags only. When choosing this option, you will also need to link:https://circleci.com/docs/workflows/#executing-workflows-for-a-git-tag[define tag filters in your config file].
5757
* *Pushes to default branch*: Trigger a pipeline on pushes to the default branch only.
58-
* *PR opened or pushed to, default branch pushes, tag pushes*: Trigger a pipeline on pushes to a branch for which there is an open Pull Request (PR), when a PR is opened, pushes to any tag, and pushes to the default branch. This applies also if the PR is re-opened after being closed.
58+
* *PR opened or pushed to, default branch and tag pushes*: Trigger a pipeline on pushes to a branch for which there is an open Pull Request (PR), when a PR is opened, pushes to any tag, and pushes to the default branch. This applies also if the PR is re-opened after being closed.
5959
* *PR opened*: Trigger a pipeline when a PR is opened. This applies also if the PR has been opened in draft. It does not apply if the PR is closed and then re-opened. See the link:https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=opened#pull_request[GitHub docs for the pull request opened event].
6060
* *PR merged*: Trigger a pipeline when a PR is merged only. See the link:https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=closed#pull_request[GitHub docs for pull request closed].
6161
* *PR marked ready for review*: Trigger a pipeline when a PR is taken out of draft mode and marked ready for review. See the link:https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=review_requested#pull_request[GitHub docs for pull request review requested].

jekyll/_cci2/oss.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ include::../_includes/partials/app-navigation/steps-to-project-settings.adoc[Ins
5353

5454
. In the sidebar, click *Triggers*.
5555
. Edit an existing GitHub App trigger or add a new GitHub App trigger.
56-
. In the *Run on* dropdown list, select *PR opened or pushed to, default branch pushes, tag pushes*.
56+
. In the *Run on* dropdown list, select *PR opened or pushed to, default branch and tag pushes*.
5757

5858
image::triggers/run-on-pr-opened-pushed-to.png[Trigger option to build pull requests]
5959
--

0 commit comments

Comments
 (0)