Skip to content

Commit 261cba7

Browse files
committed
Add triggers to ci.yml
1 parent 6f3724a commit 261cba7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.ci/pipeline/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
# limitations under the License.
1515
#===============================================================================
1616

17+
trigger:
18+
branches:
19+
include:
20+
- main
21+
22+
pr:
23+
branches:
24+
include:
25+
- main
26+
1727
jobs:
1828
- job: Lint
1929
pool:

0 commit comments

Comments
 (0)