You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipelines/harrastukset-ui-review.yml
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,27 @@
8
8
trigger: none
9
9
10
10
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
11
-
# opened with one of the specified target branches, or when updates are made to
11
+
# opened with one of the specified target branches, or when updates are made to
12
12
# such a pull request.
13
13
#
14
-
# GitHub creates a new ref when a pull request is created. The ref points to a
15
-
# merge commit, which is the merged code between the source and target branches
14
+
# GitHub creates a new ref when a pull request is created. The ref points to a
15
+
# merge commit, which is the merged code between the source and target branches
16
16
# of the pull request.
17
17
#
18
-
# Opt out of pull request validation
18
+
# Opt out of pull request validation
19
19
pr:
20
20
# PR target branch
21
21
branches:
22
22
include:
23
-
- main
23
+
- main
24
24
paths:
25
25
exclude:
26
-
- '*release-please*'
27
-
- '*.md'
28
-
- '.github/'
29
-
- 'pipelines/harrastukset-ui-release.yml'
30
-
- 'pipelines/harrastukset-ui-dev.yml'
31
-
- '*compose*'
26
+
- '*release-please*'
27
+
- '*.md'
28
+
- '.github/'
29
+
- 'pipelines/harrastukset-ui-release.yml'
30
+
- 'pipelines/harrastukset-ui-dev.yml'
31
+
- '*compose*'
32
32
33
33
# By default, use self-hosted agents
34
34
pool: Default
@@ -49,6 +49,7 @@ extends:
49
49
# Does not contain all buildArguments, the rest located in harrastukset-pipelines/harrastukset-variables-development.yml and harrastukset-variables-common.yml
50
50
# The values here will override the values defined in the harrastukset-pipelines repository
Copy file name to clipboardExpand all lines: pipelines/tapahtumat-ui-review.yml
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,27 @@
8
8
trigger: none
9
9
10
10
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
11
-
# opened with one of the specified target branches, or when updates are made to
11
+
# opened with one of the specified target branches, or when updates are made to
12
12
# such a pull request.
13
13
#
14
-
# GitHub creates a new ref when a pull request is created. The ref points to a
15
-
# merge commit, which is the merged code between the source and target branches
14
+
# GitHub creates a new ref when a pull request is created. The ref points to a
15
+
# merge commit, which is the merged code between the source and target branches
16
16
# of the pull request.
17
17
#
18
-
# Opt out of pull request validation
18
+
# Opt out of pull request validation
19
19
pr:
20
20
# PR target branch
21
21
branches:
22
22
include:
23
-
- main
23
+
- main
24
24
paths:
25
25
exclude:
26
-
- '*release-please*'
27
-
- '*.md'
28
-
- '.github/'
29
-
- 'pipelines/tapahtumat-ui-release.yml'
30
-
- 'pipelines/tapahtumat-ui-dev.yml'
31
-
- '*compose*'
26
+
- '*release-please*'
27
+
- '*.md'
28
+
- '.github/'
29
+
- 'pipelines/tapahtumat-ui-release.yml'
30
+
- 'pipelines/tapahtumat-ui-dev.yml'
31
+
- '*compose*'
32
32
33
33
# By default, use self-hosted agents
34
34
pool: Default
@@ -49,6 +49,7 @@ extends:
49
49
# Does not contain all buildArguments, the rest located in tapahtumat-pipelines/tapahtumat-variables-development.yml and tapahtumat-variables-common.yml
50
50
# The values here will override the values defined in the tapahtumat-pipelines repository
0 commit comments