Skip to content

Commit 41d79fb

Browse files
authored
ci: trigger ci on push to main
1 parent ed3251a commit 41d79fb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests_linters.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Tests and Linters
22

3-
on: [ pull_request ]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
410
jobs:
511
tests-and-linters:
612
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"

0 commit comments

Comments
 (0)