Skip to content

Commit 891bea3

Browse files
committed
run for any push to the main branch or when a pull request is opened or updated
1 parent 2de81ef commit 891bea3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Checks
33
on:
44
push:
55
branches:
6-
- "**"
6+
- master
7+
- main
78
tags:
8-
- "*"
9-
pull_request:
10-
branches:
119
- "**"
10+
pull_request:
1211
workflow_dispatch:
1312
inputs:
1413
python-version:

0 commit comments

Comments
 (0)