Skip to content

Commit

Permalink
rename master branch (#286)
Browse files Browse the repository at this point in the history
* Create IBM.ibm-iam-policy-operator.master.yaml

* Delete IBM.ibm-iam-policy-operator.main.yaml
  • Loading branch information
posriniv authored Jan 14, 2021
1 parent 71284f5 commit c796204
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ presubmits:
IBM/ibm-iam-policy-operator:
- name: build_ibm-iam-policy-operator
branches:
- ^main$
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-policy-operator
Expand All @@ -20,7 +20,7 @@ presubmits:
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: check_ibm-iam-policy-operator
branches:
- ^main$
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-policy-operator
Expand All @@ -37,7 +37,7 @@ presubmits:
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-iam-policy-operator
branches:
- ^main$
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-iam-policy-operator
Expand All @@ -58,7 +58,7 @@ postsubmits:
IBM/ibm-iam-policy-operator:
- name: check_ibm-iam-policy-operator_postsubmit
branches:
- ^main$
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-iam-policy-operator
spec:
Expand All @@ -72,7 +72,7 @@ postsubmits:
privileged: true
- name: test_ibm-iam-policy-operator_postsubmit
branches:
- ^main$
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-iam-policy-operator
spec:
Expand All @@ -87,7 +87,7 @@ postsubmits:
privileged: true
- name: coverage_ibm-iam-policy-operator_postsubmit
branches:
- ^main$
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-iam-policy-operator
spec:
Expand All @@ -108,7 +108,7 @@ postsubmits:
privileged: true
- name: build_ibm-iam-policy-operator_postsubmit
branches:
- ^main$
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-iam-policy-operator
spec:
Expand All @@ -123,7 +123,7 @@ postsubmits:
privileged: true
- name: images_ibm-iam-policy-operator_postsubmit
branches:
- ^main$
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-iam-policy-operator
labels:
Expand Down

0 comments on commit c796204

Please sign in to comment.