Skip to content

Commit 827a9cc

Browse files
committed
[Chore] Run CI on default branch
Problem: Currently CI checks aren't run on the default branch. Solution: Run CI pipeline with checks on 'master' too.
1 parent 43561ea commit 827a9cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111
name: CI
1212

13-
on: [pull_request]
13+
on:
14+
pull_request:
15+
push:
16+
branches: master
1417

1518
jobs:
1619
validate:

0 commit comments

Comments
 (0)