Skip to content

Commit ece3065

Browse files
authored
ci: enable pipeline runs on merge to main (#137)
1 parent 80b11bb commit ece3065

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/quality_checks.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
# limitations under the License.
1414

1515
name: Tests and quality checks
16-
on: [pull_request]
17-
16+
on:
17+
pull_request:
18+
push:
19+
branches:
20+
- main
1821
jobs:
1922
run_tests:
2023
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)