Skip to content

Commit bc638b8

Browse files
committed
Run CI on push only on main branch
1 parent 8f6660d commit bc638b8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/markdown_style_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Markdown style checks
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
workflow_dispatch:
68
jobs:

.github/workflows/python_style_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python style checks
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
workflow_dispatch:
68
jobs:

.github/workflows/python_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python tests
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
workflow_dispatch:
68
jobs:

0 commit comments

Comments
 (0)